.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
spatialtsp.ipynb
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/spatialtsp.md
docs/usage.md
docs/utils.md
docs/class510/lab4.ipynb
docs/class510/lab5.ipynb
docs/class510/responses.txt
docs/examples/Vector.ipynb
docs/examples/continents.geojson
docs/examples/countries.cpg
docs/examples/countries.csv
docs/examples/countries.dbf
docs/examples/countries.geojson
docs/examples/countries.json
docs/examples/countries.prj
docs/examples/countries.shp
docs/examples/countries.shx
docs/examples/countries.zip
docs/examples/csv.ipynb
docs/examples/europe_110.geo.json
docs/examples/intro.ipynb
docs/examples/ipyleaflet.ipynb
docs/examples/spatialtsp.ipynb
docs/examples/temp_shp/us_states.cpg
docs/examples/temp_shp/us_states.csv
docs/examples/temp_shp/us_states.dbf
docs/examples/temp_shp/us_states.geojson
docs/examples/temp_shp/us_states.prj
docs/examples/temp_shp/us_states.shp
docs/examples/temp_shp/us_states.shx
docs/overrides/main.html
spatialtsp/__init__.py
spatialtsp/common.py
spatialtsp/spatialtsp.py
spatialtsp/utils.py
spatialtsp.egg-info/PKG-INFO
spatialtsp.egg-info/SOURCES.txt
spatialtsp.egg-info/dependency_links.txt
spatialtsp.egg-info/entry_points.txt
spatialtsp.egg-info/requires.txt
spatialtsp.egg-info/top_level.txt
tests/__init__.py
tests/test_spatialtsp.py