.gitignore
DOCS.md
LICENSE
README.md
mypy.ini
pyproject.toml
setup.py
util.py
./README.md
.githooks/pre-commit
.github/dependabot.yaml
.github/workflows/codeql.yaml
.github/workflows/coverage.yaml
.github/workflows/linting-tests.yaml
.github/workflows/python-publish.yml
.vscode/launch.json
.vscode/settings.json
src/geodense/__init__.py
src/geodense/geojson.py
src/geodense/lib.py
src/geodense/main.py
src/geodense/models.py
src/geodense/types.py
src/geodense.egg-info/PKG-INFO
src/geodense.egg-info/SOURCES.txt
src/geodense.egg-info/dependency_links.txt
src/geodense.egg-info/entry_points.txt
src/geodense.egg-info/requires.txt
src/geodense.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_check_density.py
tests/test_cli.py
tests/test_densify.py
tests/test_dimensionality.py
tests/test_interpolate.py
tests/test_util.py
tests/data/fc-geometry-collection.json
tests/data/feature-geometry-collection-with-point.json
tests/data/feature-geometry-collection.json
tests/data/gemeenten-40.json
tests/data/geometry-4326-no-crs.json
tests/data/geometry-crs.json
tests/data/geometry.json
tests/data/invalid-crs.json
tests/data/linestring_3d_feature.json
tests/data/linestring_feature.json
tests/data/linestring_feature_5000.json
tests/data/linestring_feature_d10.json
tests/data/linestring_feature_multiple_linesegments.json
tests/data/linestrings-4258.json
tests/data/linestrings.gpkg
tests/data/linestrings.json
tests/data/linestrings_3d.gpkg
tests/data/linestrings_3d.json
tests/data/linestrings_4326.json
tests/data/multipolygon.json
tests/data/multipolygon_wrong_crs.json
tests/data/point_feature.json
tests/data/polygon_feature_with_holes.json
tests/data/polygons.json