Forum

Author Topic: Adding Georeferencing to LAS file using Agisoft Python API 1.8.5  (Read 2760 times)

prayag.pawar24

  • Newbie
  • *
  • Posts: 1
    • View Profile
Hello everyone,

I'm working with Agisoft Metashape Pro 1.8.5 and utilizing the Agisoft Python API to automate some of my workflows. Currently, I'm trying to add georeferencing information to a LAS file using the API.

I've successfully processed my photogrammetric data and generated a LAS point cloud using the dense_cloud.exportPoints() function. However, I couldn't find any explicit instructions in the API documentation on how to add georeferencing information (such as coordinate system and spatial reference) to the exported LAS file.

I've explored the API documentation and searched online resources, but haven't found a clear example or method specifically for adding georeferencing to LAS files.

I would greatly appreciate it if anyone could provide guidance or sample code on how to incorporate georeferencing information into the LAS file using Agisoft Python API 1.8.5. Are there any specific functions or methods I should be using for this task?

Thank you in advance for your help!

Best regards,