Skip to content

Releases: omanges/turfpy

Turfpy Release v0.0.7

24 Jul 09:39
Compare
Choose a tag to compare

Improvements:
Added Line-Arc new function #81
Added Sector Points function #98

Fixes:
Fixed nearest point function bug :- #96
Fixed issue:- #99

Turfpy Release v0.0.6

25 Mar 12:05
6719170
Compare
Choose a tag to compare

Improvements:
Added Random Position new function #81
Added Random Points new function #81

Fixes:
Use get_coord in destination to pass a Point #80 (@yudai-nkt)
Fix(line_offset): fix problem with negative distances #87 (@Gianfranco753)
Bugfix: intersection may be GeometryCollection #84 (@shepik)
Added Line Slice and Nearest Point on Line functionalities #85 (@kapitan-iglu)

Turfpy Release v0.0.5

21 Nov 11:41
298392c
Compare
Choose a tag to compare

Improvements:
Added Line intersect as a misc function #72
Added Line Segment as a misc function #72

Fixes:
fixed typo in transform_translate() ignoring units setting #67
updated docs to use Sphinx
Optimization of points_within_polygon #74

Turfpy Release v0.0.4

31 Aug 13:31
Compare
Choose a tag to compare

Improvements:

Added transform rotate as a transformation function.
Added transform translate as a transformation function.
Added transform scale as a transformation function.
Added tesselate as a transformation function.
Added line offset as a transformation function.
Added voronoi as a transformation function.

Turfpy Release v0.0.3

11 Jul 10:41
Compare
Choose a tag to compare

Improvements:

Added bbox_clip as a transformation function.
Added bezie_spline as a transformation function.
Added concave as a transformation function.
Added convex as a transformation function.
Added intersect as a transformation function.
Added union as a transformation function.
Added dissolve as a transformation function.
Added difference as a transformation function.

Fixes:

Fixed area for MultiPolygon geometry.
Fixed length for MultiPolygon geometry.