Skip to content

Commit

Permalink
ever every time
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Aug 8, 2024
1 parent fbc424a commit 0b0aa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/odm_georeferencing.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def process(self, args, outputs):
with open(filtered_point_cloud_stats, 'r') as stats:
las_stats = json.load(stats)
spacing = las_stats['spacing'] / 10
log.ODM_INFO("Using 1/10 estimated spacing or 0.001 for las scale, which every is less: %s" % spacing)
log.ODM_INFO("Using 1/10 estimated spacing or 0.001 for las scale, which ever is less: %s" % spacing)
log_scale = min(spacing, las_scale)
else:
log.ODM_INFO("Using default las scale of 0.001")
Expand Down

0 comments on commit 0b0aa88

Please sign in to comment.