I’ve tried and searched extensively for a solution I think should be simple, but I am not getting it right, thus the request. Sorry if it seems mundane, but have tried everything within my non-coding realm.
Scene: Imported Point Cloud (LAS), Coord system UTM 40 N (EPSG::32640), and meshed.
Situation: Need to split into smaller blocks of max 2GB
Actions: Used Alexey Pasumansky’s post : “Re: How to split mesh?” but his export solution has very long extensions unless modified, and resets/transforms to origin 0,0,0 for primary mesh, while the 2 sub meshes created also reset to origin 0,0,0 but relative to the primary mesh.
Attempts: I have tried to use various codes I’ve found, but all solutions appear to transform to 0,0,0. Some attempts on the projection include: “projection=crs”, “projection=PhotoScan.CoordinateSystem("EPSG::32640")”, ““projection=Metashape.CoordinateSystem("EPSG::32640")”, ““projection=PhotoScan.CoordinateSystem("EPSG::32640")”,” CRS = WGS 84 / UTM zone 40N.
Please could someone look at the code an suggest where I am going wrong? I’ve attached an example.