.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
RELEASING.md
pyproject.toml
pytest.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
.vscode/settings.json
examples/Water.gpkg
examples/Water_Smoothed.gpkg
examples/real_world_water_example.ipynb
examples/smoothify_vs_shapely_comparison.ipynb
examples/usage_examples.ipynb
images/example_1_polygon.png
images/example_2_linestring.png
images/example_3_iterations.png
images/example_4_merging.png
images/generate_example_images.ipynb
images/generate_readme_image.ipynb
images/smoothify_hero.png
images/smoothify_logo.png
smoothify/__init__.py
smoothify/_version.py
smoothify/coordinator.py
smoothify/geometry_ops.py
smoothify/py.typed
smoothify/smoothify_core.py
smoothify.egg-info/PKG-INFO
smoothify.egg-info/SOURCES.txt
smoothify.egg-info/dependency_links.txt
smoothify.egg-info/requires.txt
smoothify.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_all_geometry_types.py
tests/test_area_tolerance.py
tests/test_auto_segment_length.py
tests/test_chaikin.py
tests/test_edge_cases_coverage.py
tests/test_geometry_types.py
tests/test_invalid_polygon.py
tests/test_real_world_data.py
tests/test_smoothify_api.py
tests/test_smoothify_core.py
tests/visual_tests.ipynb
tests/test_data/naip_owm_water_bodies.geojson