Forum

Author Topic: Exporting shapes in a different coordinate system  (Read 11721 times)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Exporting shapes in a different coordinate system
« Reply #30 on: April 18, 2017, 05:51:30 PM »
Hello Thubaud,

You can write a custom function:

Code: [Select]
def getShapeLayer(chunk, label):
     for layer in chunk.shapes.groups:
          if layer.label == label:
               return layer
     print("Label not found")
     return None
Best regards,
Alexey Pasumansky,
Agisoft LLC