transbigdata.splitline_with_length

transbigdata.splitline_with_length(Centerline, maxlength=100)

The intput is the linestring GeoDataFrame. The splited line’s length wull be no longer than maxlength

Parameters:
  • Centerline (GeoDataFrame) – Linestring geometry

  • maxlength (number) – The maximum length of the splited line

Returns:

splitedline – Splited line

Return type:

GeoDataFrame