1
Python and Java API / Re: Compound CRS with geoid works in UI but not in standalone script
« on: December 19, 2022, 06:55:32 PM »
I have the same problem with another crs. Running it in the API from start to beginning, everything works fine. But once I open an aleady processed part the I get the Vertical Daum Missing error. Even when doing the Metashape.CoordinateSystem.addGeoid() command. If I open it via GUI, I can also process the whole project without a problem. Any other sugestions?
Edit
Found out what the problem was:
Metashape.CoordinateSystem.addGeoid() had to be done before opening an older project and after initiating Metashape.document()
Edit
Found out what the problem was:
Metashape.CoordinateSystem.addGeoid() had to be done before opening an older project and after initiating Metashape.document()