Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Scott_M1993

Pages: [1]
1
General / Re: Absolute path for project
« on: January 19, 2022, 11:19:45 PM »
The problem was solved by adding the full path to the path value in the PSX project file prior to opening and submitting for processing. The processing nodes were started with no root specified.

2
General / Re: Absolute path for project
« on: January 18, 2022, 10:21:50 PM »
It would be ideal if absolute paths would be honored in all cases if specified. We have thousands of projects in separate folders. We cannot set a mount root for each project folder. To send work to the nodes from multiple projects requires absolute paths.

3
Bug Reports / 12bit TIFF
« on: January 16, 2022, 03:17:51 AM »
12 bit, back packed, jpeg (rgb + mono band 4) TIFF are supported for all processing, but not display in UI. See https://trac.osgeo.org/gdal/wiki/TIFF12BitJPEG. I currently swap in 8bit images to read control and then swap back to 12bit files.

4
General / Absolute path for project
« on: January 16, 2022, 03:02:20 AM »
I am using three windows computers for network processing. All project data is stored on a few solid-state network storage systems. Set absolute is checked on all nodes in UI and all node services are started with --absolute_paths for good measure. The image paths are treated as absolute, but the project file path is stripped off and replaced with a local path. This causes the node execution to fail. As I have multiple storage systems, I cannot set a root path. How do I have network processing use an absolute UNC path to the project file?

Pages: [1]