im having an issue trying this example from the users guide
import Metashape
chunk = Metashape.app.document.chunk
chunk.crs = Metashape.CoordinateSystem("EPSG::32641")
chunk.importReference("gcp.txt", Metashape.ReferenceFormatCSV)
chunk.updateTransform()
The manual says yhat you can set the reference system local, geographic or projected.
I want to set my coordinate system to Local Coordinates (m) from a csv file, but i dont Know how to do it.
its been a while...