Skip to content

Commit

Permalink
Merge pull request #253 from matkoniecz/patch-3
Browse files Browse the repository at this point in the history
note fate of unclosed ways
  • Loading branch information
lonvia authored Jun 15, 2024
2 parents 2ecd675 + b1e3a36 commit 8efc08c
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 8efc08c

Please sign in to comment.