h-a-graham / Metashape_Auto_Workflow

An automated workflow for processing drone imagery in PhotoScan
3 stars 0 forks source link

fix default CRS for pointcloud export #16

Closed h-a-graham closed 5 years ago

h-a-graham commented 5 years ago

when exporting the dpc the default is WGS84 - really this needs to be the chunk crs which is set in script1.

best to be explicit so.... in script 3 import the desired crs from the input file then export specifying coordinates = PS..CoordinateSystem("EPSG::32641") changing EPSG for the input variable

h-a-graham commented 5 years ago

Further to this - it might be the case that the export simply has no crs in the metadata - further investigation needed before changing...