Skip to content

Commit

Permalink
dropped not needed columns from build_osm_network.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyxng committed Jun 17, 2024
1 parent c1d6461 commit 3d2169a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/build_osm_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ def build_network(
"bus1",
"voltage",
"circuits",
"tag_frequency",
"length",
"underground",
"under_construction",
Expand Down
1 change: 0 additions & 1 deletion scripts/build_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def _simplify_polys(polys, minarea=0.1, tolerance=0.01, filterremote=True):
polys = mainpoly
return polys.simplify(tolerance=tolerance)


def countries(naturalearth, country_list):
if "RS" in country_list:
country_list.append("KV")
Expand Down

0 comments on commit 3d2169a

Please sign in to comment.