.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
notebooks/LEHD Origin-Destination employment data.ipynb
notebooks/all_gravity_models.ipynb
notebooks/doubly_constrained_general_gravity_linear_DK.ipynb
notebooks/doubly_constrained_gravity_model.ipynb
notebooks/f(d)_gravity_model.ipynb
notebooks/generic_gravity_model.ipynb
notebooks/generic_gravity_model_nonlog.ipynb
notebooks/nyc_311_requests.ipynb
notebooks/nyc_taxi_demo.ipynb
notebooks/piecewise_gravity_model.ipynb
notebooks/unconstrained_gravity_models.ipynb
notebooks/eval/evalCommDifferentModelsCT.ipynb
notebooks/img/agg_adjacent_edges.png
notebooks/img/agg_parallel_edges.png
notebooks/img/group_nodes.png
notebooks/img/manhattan_taxi_zones.png
notebooks/papers/YSC 2021.ipynb
src/sttn/__init__.py
src/sttn/constants.py
src/sttn/network.py
src/sttn/skeleton.py
src/sttn/utils.py
src/sttn.egg-info/PKG-INFO
src/sttn.egg-info/SOURCES.txt
src/sttn.egg-info/dependency_links.txt
src/sttn.egg-info/not-zip-safe
src/sttn.egg-info/requires.txt
src/sttn.egg-info/top_level.txt
src/sttn/data/__init__.py
src/sttn/data/census.py
src/sttn/data/data_provider.py
src/sttn/data/lehd.py
src/sttn/data/nyc.py
tests/conftest.py
tests/test_network_constructor.py
tests/test_network_operations.py
tests/test_skeleton.py