Skip to content

ULineCollection

Attributes

geometries.ULineCollection.array property readonly

Dimension 0 : Time Dimension 1 : Point A or B Dimension 2 : coord x or y

Methods

geometries.ULineCollection.dist_time(self, tracker = 'both', **kwargs)

calculate distances between a trackers to a point in time and the next all along the collection ( 2 dimensions, one for each tracker )

geometries.ULineCollection.dist_tracker(self)

calculate distances between trackers all along the collection

Back to top