Skip to content

Commit

Permalink
note fate of unclosed ways
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz authored Jun 15, 2024
1 parent 2ecd675 commit b1e3a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/amenity_list.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""
Extract all objects with an amenity tag from an osm file and list them
Extract objects with an amenity tag from an osm file and list them
with their name and position.
Points and areas will be processed, unclosed ways will be skipped.
This example shows how geometries from osmium objects can be imported
into shapely using the WKBFactory.
"""
Expand Down

0 comments on commit b1e3a36

Please sign in to comment.