Skip to content

Commit

Permalink
refacto function crop_las
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupaysign committed Jun 6, 2024
1 parent ab9ad1c commit cc5c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidro/create_virtual_point/pointcloud/crop_las.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def crop_pointcloud_by_points(input_points: str, geom: MultiPolygon, classes: Li
classes (list): List of classes to use for the filtering
Returns:
filtered_points (np.ndarray) : Numpy array containing point coordinates (X, Y, Z) after filtering and croping
np.array : Numpy array containing point coordinates (X, Y, Z) after filtering and croping
"""
# Crop pointcloud by point
pipeline = (
Expand Down

0 comments on commit cc5c2cd

Please sign in to comment.