Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues when not having any building polygons in domain #1

Closed
gusbacos opened this issue Oct 11, 2022 · 0 comments
Closed

Issues when not having any building polygons in domain #1

gusbacos opened this issue Oct 11, 2022 · 0 comments

Comments

@gusbacos
Copy link
Collaborator

The script use FUSION PolyClipData to clip in the LiDAR pointcloud. If there is no building polygons within the domain, this will not work. for instance as below:
alg_params = 'C:/FUSION/PolyClipData64.exe /outside /class:2 "' + buildingFootprint + '" "' + workingpath + 'ground.las" "' + outputs['ClipLidardata']['OUTPUT'] + '"'
will not generate a ground.las if no building polygons are found.

Need to make some form of checker to see if buildings exists, and to think of how to deal with the clips if there is no buildings

biglimp added a commit that referenced this issue Oct 25, 2022
@biglimp biglimp closed this as completed Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants