Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 16, 2024
1 parent 8d7d9d8 commit f574e2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/h3/api/basic_int/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,18 @@ def origin_to_directed_edges(origin):


def directed_edge_to_boundary(edge):
"""
Returns points representing the edge (line of points
describing the boundary between two cells).
Parameters
----------
edge : H3Edge
Returns
-------
tuple of (lat, lng) tuples
"""
return _cy.directed_edge_to_boundary(_in_scalar(edge))


Expand Down

0 comments on commit f574e2d

Please sign in to comment.