how to speed up bulk route analysis?

250
2
02-27-2024 12:20 AM
Labels (2)
RavenSchmidt
New Contributor III

Hi folks! 
I am currently doing a analysis of about 88.000 Route using arcpy. No suprise this is taking it's time.
I have already switched from arcpy.na to nax, use parallel processing, spatial indexes and disabled log metadata and log history for the process. Also I am doing most of the work in memory.

Might there be additional tricks I could use. I read somewhere that batch solving of routes might be a thing, however this seemingly only applies to the apache arrow format...

Thank you

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

the last I saw about large network analysis was this

Esri/large-network-analysis-tools: Tools and code samples for solving large network analysis problem...


... sort of retired...
RavenSchmidt
New Contributor III

Hi Dan, 
thank you for your response. These scripts do not solve my problem since I am doing another type of analysis, but maybe I can pull a few tricks out of them.
Har det bra!

0 Kudos