Skip to content

Commit

Permalink
get the message
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Aug 7, 2024
1 parent 727a098 commit a49de40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stages/odm_georeferencing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from opendm import system
from opendm import context
from opendm import location
from opendm import types
from opendm.cropper import Cropper
from opendm import point_cloud
from opendm.multispectral import get_primary_band_name
Expand Down Expand Up @@ -126,6 +127,9 @@ def process(self, args, outputs):
stages.append("transformation")
utmoffset = reconstruction.georef.utm_offset()
las_scale = 0.0001
filtered_point_cloud_stats = tree.path("odm_filterpoints", "point_cloud_stats.json")
if os.path.isfile(filtered_point_cloud_stats):
log.ODM_INFO("This is a test of the emergency broadcast system.")
params += [
f'--filters.transformation.matrix="1 0 0 {utmoffset[0]} 0 1 0 {utmoffset[1]} 0 0 1 0 0 0 0 1"',
f'--writers.las.offset_x={reconstruction.georef.utm_east_offset}' ,
Expand Down

0 comments on commit a49de40

Please sign in to comment.