Previous topic

civpy.survey.Alignment.chord_distances

Next topic

civpy.survey.Alignment.curve_lengths

This Page

civpy.survey.Alignment.coordinates

Alignment.coordinates(self, sta_coords)[source]

Returns the (x, y) or (x, y, z) global coordinates corresponding to the input station coordinates. Result is in the shape of (N, 2) of (N, 3).

Parameters:
sta_coords : array

An array of (station), (station, offset), or (station, offset, z) coordinates of the shape (N,), (N, 2) or (N, 3).