Hi All,
When solve a route from Boston to Los Angeles, I found that the available space in C drive will be decreased by more than 5GB. So what files are wrote on the C drive?
The ArcGIS Pro version is 3.3 and the %ARCTMPDIR% is set to D drive.
Thanks,
Leo
Nothing specific for Solve, but Build network uses
Build Network (Network Analyst)—ArcGIS Pro | Documentation
#First get the path to the system temp directory
tempDir = os.environ.get("TEMP")
if tempDir:
shutil.copy2(os.path.join(tempDir,"BuildErrors.txt"),sys.path[0])
see the code example in the link
My BuildErrors.txt is in %ARCTMPDIR%. The ArcGISProTemp<PID> folder.