CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/ARCHITECTURE.md
docs/CHANGELOG.md
docs/DESIGN.md
docs/ROADMAP.md
docs/design/SPRINT27_GPKG_EXPORT.md
docs/design/SPRINT28_CURVATURE_ANALYSIS.md
docs/research/datasets/CopernicusDEM.md
docs/research/datasets/DATASET_COMPARISON.md
docs/research/datasets/FABDEM.md
docs/research/datasets/OpenTopography.md
docs/research/datasets/README.md
docs/research/datasets/SRTM.md
docs/research/datasets/aw3d30.md
docs/research/ideas/AI活用アイデア.md
docs/research/ideas/Roadmap候補.md
docs/research/ideas/メモ.md
docs/research/ideas/将来やりたいこと.md
docs/research/templates/dataset_template.md
docs/research/templates/evaluation_criteria.md
src/__init__.py
src/wrgd/__init__.py
src/wrgd/app.py
src/wrgd/cli.py
src/wrgd.egg-info/PKG-INFO
src/wrgd.egg-info/SOURCES.txt
src/wrgd.egg-info/dependency_links.txt
src/wrgd.egg-info/entry_points.txt
src/wrgd.egg-info/requires.txt
src/wrgd.egg-info/top_level.txt
src/wrgd/analysis/__init__.py
src/wrgd/analysis/difficulty.py
src/wrgd/analysis/score.py
src/wrgd/analysis/statistics.py
src/wrgd/geometry/__init__.py
src/wrgd/geometry/curvature.py
src/wrgd/geometry/distance.py
src/wrgd/geometry/elevation.py
src/wrgd/geometry/gradient.py
src/wrgd/io/__init__.py
src/wrgd/io/csv_writer.py
src/wrgd/io/dem_loader.py
src/wrgd/io/geojson_reader.py
src/wrgd/io/geojson_style.py
src/wrgd/io/geojson_writer.py
src/wrgd/io/gpkg_writer.py
src/wrgd/io/gpx_reader.py
src/wrgd/io/gpx_writer.py
src/wrgd/io/json_writer.py
src/wrgd/models/__init__.py
src/wrgd/models/coordinate.py
src/wrgd/models/difficulty.py
src/wrgd/models/network_edge.py
src/wrgd/models/network_node.py
src/wrgd/models/network_path.py
src/wrgd/models/road_statistics.py
src/wrgd/network/__init__.py
src/wrgd/network/osm_reader.py
src/wrgd/network/road_network.py
src/wrgd/preprocessing/__init__.py
src/wrgd/profile/__init__.py
src/wrgd/profile/elevation_profile.py
src/wrgd/road/__init__.py
src/wrgd/road/builder.py
src/wrgd/road/segment.py
src/wrgd/utils/__init__.py
src/wrgd/visualization/__init__.py
src/wrgd/visualization/color.py
src/wrgd/visualization/leaflet.py
src/wrgd/visualization/legend.py
tests/test_app.py
tests/test_builder.py
tests/test_cli.py
tests/test_cli_map.py
tests/test_color.py
tests/test_coordinate.py
tests/test_csv_writer.py
tests/test_curvature.py
tests/test_dem_loader.py
tests/test_difficulty.py
tests/test_distance.py
tests/test_elevation_profile.py
tests/test_geojson_reader.py
tests/test_geojson_style.py
tests/test_geojson_writer.py
tests/test_gpkg_writer.py
tests/test_gpx_reader.py
tests/test_gpx_writer.py
tests/test_gradient.py
tests/test_json_writer.py
tests/test_leaflet.py
tests/test_legend.py
tests/test_osm_reader.py
tests/test_road_network.py
tests/test_score.py
tests/test_segment.py
tests/test_statistics.py