Forum

Author Topic: API access to user-defined Coordinate Systems  (Read 2820 times)

Paulo

  • Hero Member
  • *****
  • Posts: 1360
    • View Profile
API access to user-defined Coordinate Systems
« on: May 27, 2021, 05:16:31 PM »
Hello,

is there a way thru the API to access the list of user defined Coordinate Systems in Metashape?

Best Regards,
Paul Pelletier,
Surveyor

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15168
    • View Profile
Re: API access to user-defined Coordinate Systems
« Reply #1 on: May 28, 2021, 12:22:30 PM »
Hello Paul,

I think you should be able to find them in the list of recently used coordinate systems:
Code: [Select]
Metashape.app.settings.value("recentCRS")
Best regards,
Alexey Pasumansky,
Agisoft LLC

Paulo

  • Hero Member
  • *****
  • Posts: 1360
    • View Profile
Re: API access to user-defined Coordinate Systems
« Reply #2 on: May 28, 2021, 01:04:15 PM »
Thank you, Alexey,

this helps a lot
Best Regards,
Paul Pelletier,
Surveyor