in1Data.getInput.computeAreasFromLines

computeAreasFromLines(line)[source]

compute the area of a polygon in xy using shapely

Parameters

line (dict) – dictionary with info on line x, y coordinates start, end of each line feature

Returns

projectedAreas – list of projected area for each polygon in line dict

Return type

list