|
|
@ -15,7 +15,7 @@ cp_in = 'C:/Users/z3161860/Downloads/LASTools/XXFiles/CC_Profiles/Avoca_profiles
|
|
|
|
def extract_pts(las_in, cp_in, survey_date, keep_only_ground=True):
|
|
|
|
def extract_pts(las_in, cp_in, survey_date, keep_only_ground=True):
|
|
|
|
"""Extract elevations from a las surface based on x and y coordinates.
|
|
|
|
"""Extract elevations from a las surface based on x and y coordinates.
|
|
|
|
|
|
|
|
|
|
|
|
Requires lastools in system path.
|
|
|
|
Requires lastools in system path.
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
las_in: input point cloud (las)
|
|
|
|
las_in: input point cloud (las)
|
|
|
|