Hi all,
I am using ExportUniqueMesh executable to generate the pyramid tops that were missing so far in Context Capture and formerly Acute's Smart3DCapture.
This is my script:
ExportUniqueMesh.exe "PathTo\TileList.txt" PathTo\Output\" --cache "PathTo\Cache" --tilingSRS EPSG:32631 --tileSize 100 --heightRange "-50 300" --resolution 0.08 --outputSRS EPSG:32631
Where:
1. TileList.txt is a line separated paths list file.
2. Except from the EPSG and the folder paths, all parameters are offered in the user manual.
I have tried running this script on almost all available output formats, all resulted in the same way:
1. Error: failed to open file PATH\local.txt.
Such a file does not exist on the disk. So I have created it and ran the script again:
2. It recognized and confirmed the exact number of tiles read from TileList.txt. Then it started working and finished after 1-2 seconds with 0 reads and writes and no change at the target or project folders.
Can anyone went through this flow and can tell me how to?
Thank you!
I am not a CC expert but I can give you some recommendation from Windows' perspective as below:
1. Use ExportUniqueMesh -h to get a full list of parameters of this executable;
2. From the help list, I recommend you use -i for your input file, -o for your output path;
3. Use full path to replace your relative path as the -i and -o arguments.
4. Miss one " character before your PathTo\Output\"
HTH, YongAn