Hello everyone,
Does the importReference function automatically convert the CRS of the references provided?
I'm loading some references into a project and specifying their CRS as follows:
chunk.importReference(gcp_path, Metashape.ReferenceFormatCSV, delimiter=",",
columns="nxyz", crs=Metashape.CoordinateSystem(gcp_srs))
To test this, I have two files containing the same ground points but in different CRSs. Does Metashape have the capability to convert the reference CRS using the "crs" parameter in importReference, or should I handle the conversion before importing the file? So far, I haven't been able to generate correct outputs with one of the files. I'm trying to determine if I'm making a mistake or if the software doesn't support automatic CRS conversion.
Any insights would be appreciated!