Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelDaab authored and leavauchier committed Dec 13, 2023
1 parent b1d273b commit 0889d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myria3d/pctl/dataset/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_pdal_reader(las_path: str, epsg: str) -> pdal.Reader.las:

if epsg :
# if an epsg in provided, force pdal to read the lidar file with it
try :
try : # epsg can be added as a number like "2154" or as a string like "EPSG:2154"
int(epsg)
return pdal.Reader.las(
filename=las_path,
Expand Down

0 comments on commit 0889d86

Please sign in to comment.