Hello,
I'm trying to load reference data (GCPs) and i would like to create markers for missing entries. Additionally, i would like to specify coordinate system for input. Unfortunately, i receive the below error...
chunk.loadReference(tupla_zmiennych[3], PhotoScan.ReferenceFormatCSV, columns="nxyz", skip_rows=4, delimiter=",", crs=PhotoScan.CoordinateSystem("EPSG::2180"), create_markers=True)
I receive error:
TypeError: function takes at most 6 arguments (7 given)
When i deleted one argument ("crs") i receive this kind of error:
"TypeError: 'create_markers' is an invalid keyword argument for this function".
tupla_zmiennych[3] is a file directory and it works fine
Anyone could help me?
Best regards,
Adam