Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheider committed Nov 10, 2024
1 parent 3c8bb1c commit c21b702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__project__ = "Jord"
__author__ = "Christian Heider Lindbjerg"
__version__ = "0.8.7"
__version__ = "0.8.8"
__doc__ = r"""
.. module:: jord
:platform: Unix, Windows
Expand Down
1 change: 1 addition & 0 deletions jord/shapely_utilities/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def snap_endings_to_points(
Snap endpoints of lines together if they are at most max_length apart.
:param snapping_points:
:param lines: A list of LineStrings or a MultiLineString
:param max_distance: maximum distance two endpoints may be joined together
:return:
Expand Down

0 comments on commit c21b702

Please sign in to comment.