Skip to content

Commit f79771c

Browse files
committed
Re-add docstring
1 parent cfac92e commit f79771c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/dsf/python/cartography.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
@file cartography.py
3+
@brief Cartography utilities for retrieving and processing OpenStreetMap data.
4+
5+
This module provides functions to download and process street network data
6+
from OpenStreetMap using OSMnx, with support for graph simplification and
7+
standardization of attributes.
8+
"""
9+
110
import networkx as nx
211
import osmnx as ox
312

0 commit comments

Comments
 (0)