We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac92e commit f79771cCopy full SHA for f79771c
src/dsf/python/cartography.py
@@ -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
10
import networkx as nx
11
import osmnx as ox
12
0 commit comments