Export Coordinates from reconstruction region with CLI

Hello everyone,

I need to programmatically export the reconstruction region settings from the info panel (marked in red). Does anybody know if it’s possible to do it with CLI? I have an automated pipeline that works with several projects per day and would be difficult to do it manually.

If it is not possible, is there a way to extract the coordinates of the center of the reconstruction region via CLI? (marked in blue)

Thank you in advance for your help.

1

Hi @Danirm1
the only way there using CLI is to use -exportReconstructionRegion setting and there you can find the values in radians:

 <CentreEuclid>
    <centre>0.306641174589087 0.838629329803252 122.479589557275</centre>
  </CentreEuclid>

Hi @OndrejTrhan
Thank you for your answer.

It doesn’t seem to be possible to convert these coordinates in longitudine and latitude.
Which it would be the result we are aiming for.
Is that right?

Thanks.

Hi,
just use this: Radians to Degrees conversion