Skip to content

Move cartography to a separate folder#409

Merged
Grufoony merged 3 commits intomainfrom
cartomodule
Feb 20, 2026
Merged

Move cartography to a separate folder#409
Grufoony merged 3 commits intomainfrom
cartomodule

Conversation

@Grufoony
Copy link
Collaborator

No description provided.

@Grufoony Grufoony changed the title Move 'cartography` to a separate folder Move cartography to a separate folder Feb 20, 2026
@@ -0,0 +1,7 @@
from .cartography import (

Check warning

Code scanning / Pylint (reported by Codacy)

Missing module docstring Warning

Missing module docstring
graph_to_gdfs,
create_manhattan_cartography,
to_folium_map,
from .cartography import (

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Import alias does not rename original package Warning

Import alias does not rename original package
@@ -0,0 +1,7 @@
from .cartography import (

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Missing module docstring Warning

Missing module docstring
@@ -0,0 +1,7 @@
from .cartography import (

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Import alias does not rename original package Warning

Import alias does not rename original package
graph_to_gdfs,
create_manhattan_cartography,
to_folium_map,
from .cartography import (

Check warning

Code scanning / Prospector (reported by Codacy)

'.cartography.get_cartography' imported but unused (F401) Warning

'.cartography.get_cartography' imported but unused (F401)
graph_to_gdfs,
create_manhattan_cartography,
to_folium_map,
from .cartography import (

Check warning

Code scanning / Prospector (reported by Codacy)

Import alias does not rename original package (useless-import-alias) Warning

Import alias does not rename original package (useless-import-alias)
@@ -0,0 +1,7 @@
from .cartography import (

Check warning

Code scanning / Prospector (reported by Codacy)

Import alias does not rename original package (useless-import-alias) Warning

Import alias does not rename original package (useless-import-alias)
@@ -0,0 +1,7 @@
from .cartography import (

Check warning

Code scanning / Prospector (reported by Codacy)

'.cartography.get_cartography' imported but unused (F401) Warning

'.cartography.get_cartography' imported but unused (F401)
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.69%. Comparing base (1d64b72) to head (64ebc86).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   87.69%   87.69%           
=======================================
  Files          52       52           
  Lines        6129     6129           
  Branches      682      682           
=======================================
  Hits         5375     5375           
  Misses        735      735           
  Partials       19       19           
Flag Coverage Δ
unittests 87.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Grufoony Grufoony merged commit 1201569 into main Feb 20, 2026
46 checks passed
@Grufoony Grufoony deleted the cartomodule branch February 20, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments