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

Add virtual points to tiles #17

Merged
merged 21 commits into from
Sep 30, 2024
Merged

Add virtual points to tiles #17

merged 21 commits into from
Sep 30, 2024

Conversation

mdupaysign
Copy link
Collaborator

ajouter les points virtuels HYDRO à la dalles LIDAR

# Clip virtual points file by LIDAR tiles
# Create the tiling of lidar tiles
json_tiles = os.path.join(output_dir, "tiles_from_las.GeoJSON")
create_geojson_from_laz_files([os.path.join(input_dir, file) for file in os.listdir(input_dir)], json_tiles, crs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comme suggéré avant que tu fasses un main à part, ce serait plus lisible en deux lignes, avec une variable

laz_files = [os.path.join(input_dir, file) for file in os.listdir(input_dir)]
create_geojson_from_laz_files(laz_files, json_tiles, crs)

test/pointcloud/test_add_virtual_points_to_pointcloud.py Outdated Show resolved Hide resolved
@mdupaysign mdupaysign merged commit 3b54842 into dev Sep 30, 2024
1 check passed
@mdupaysign mdupaysign deleted the add_virtual_points_to_tiles branch September 30, 2024 08:53
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

Successfully merging this pull request may close these issues.

2 participants