Skip to content

Commit

Permalink
Revert "refacto parameters : classes"
Browse files Browse the repository at this point in the history
This reverts commit 6f5e381.
  • Loading branch information
mdupaysign committed Jul 9, 2024
1 parent 6f5e381 commit beb2a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidro/main_create_virtual_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(config: DictConfig):
distance_meters = config.virtual_point.vector.distance_meters
buffer = config.virtual_point.vector.buffer
crs = CRS.from_user_input(config.io.srid)
classes = config.virtual_point.filter.keep_classes_ground
classes = config.virtual_point.filter.keep_classe_ground
k = config.virtual_point.vector.k

# Step 1 : Import Mask Hydro, then apply a buffer
Expand Down

0 comments on commit beb2a04

Please sign in to comment.