I'm currently working on a service area problem in ArcPy and have run into an issue.
As opposed to using a standard impedance/cost for the service area, I want the impedance to be calculated based on a field I calculated for each segment of the network.
More specifically, I took two feature classes (one for roadways, and one for railways), and calculated the monetary cost of moving across each segment (distance * a given cost per distance). I then combined the two feature classes to create a new feature class with each segment having its own unique transport cost associated with it that was then used in my network dataset and service area.
This all worked out fine, but I just need to know how I can chose the impedance to be calculated based on that field in ArcPy for the service area layer I created in ArcPy.
Please let me know how I can do this,
Thanks