Hi Paul,
Thanks for your reply. I use photos captured from a drone and it has GPS coordinates. Hence the crs I am using is as follows:
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] on win32
chunk.crs.wkt2
Out[2]: 'GEODCRS["WGS 84",DATUM["World Geodetic System 1984",ELLIPSOID["WGS 84",6378137,298.257223563,ID["EPSG",7030]],ID["EPSG",6326]],PRIMEM["Greenwich",0,ID["EPSG",8901]],CS[ellipsoidal,2],ANGLEUNIT["degree",0.01745329251994328,ID["EPSG",9102]],ID["EPSG",4326]]'
The above I assume is geographic CS.
When you say I need to convert to a projected CS can you point me to how it is done? Are you referring to
Metashape.CoordinateSystem.transform()
function? In which case what should be a typical coordinate system to transform to?
Regards,
Raj