Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Cadyts Error message
  • From: Andi Kunz <andi-kunz@xxxxxxx>
  • Date: Thu, 15 Sep 2022 09:36:27 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=JGQOwB/TB/X9SMde7XlUP3avJYTyFSVpFUjSo4ihDjE=; b=Yrxxj+2tKt9hRFRJ2Wk96e3yVUuzquWgnzSGnqfJFkbI0yLS7obkSwrGwEgsmX+AZyHeDfTXMy81OOYl/mEneGbvXBPyLn8HAWqi1VyGEBlY6TX/ALYwpaNk6qd1VQ1eafzWUx+eKCTqMbno/BbzFFzF1CLVtuaSHzaUiuFt7DKq0Fp7+2GLT6nt6oVkWD+iA5QFQZ0vCeJgdv9OoynvsyADRJtKQosVHR1GjdUVWMxdy9Syf1JgzyULVXOcxuSXBjQ5+OJAraqmDzNdXp2XFmGNKJEODnwqkIyiFBlrVP4eVx6e8h6C5cEHCEZ65hvuBKzBYph4GcROsszBKym+Fw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RqWtTg1gyLRaPJtpAWqx754aPJaL+R28XiMi+y7XYwSmJ/HJik5ov+MjOum9JjX3uvfOd22w0rl95XxcJiAEhnDcyYU+NjmsM7D13YZacqXgx1cwZEKnNhGCWz9MseLaFbbRuFk5mBc8K/JvVgnEFxHlkoLUnV5aitSIwis0bUni4Bv4qZ8VkKFKtJF7Mwhu2J6EkIlZh4Mj/7insDfLoQqB/seaVDoew7gVNdtk7lfRnL2QOXgBc7KE0O+ZSnzrgsWmIkTPXJHLFpH+B8TroeTIAOCnZEPoka6J/Sj1a1eQmM22ZRA3XjQ5/OcJ6cUf3M4FoFePsBYaX9ijw2s8BQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYyOUKyBdDOht7O0CB6zjfH7/cJQ==
  • Thread-topic: Cadyts Error message

Hello,

 

I am trying to calibrate travel demand for my network using Cadyts. I am aware that Cadyts is no longer official Sumo package.

However, I installed it manually through the official website of Cadyts and by considering advice for the installation from previous threads from this mailing list.

 

To test Cadyts I employed the following workflow. I generated trips using randomtrips.py for my simulation period and then generated routes using duarouter and included the parameter  - -exit-times as required by Cadyts for the “route-alternatives”-file. I converted my measurements coming from induction loop detectors using edgeDataFromFlow.py and also added the parameter - - cadyts so that the “realflows”-file is in the correct format.

 

Now when I run caditsIterate.py in my working directory with the following command.

 

python cadytsIterate.py -n mynetwork.net.xml -r routes.rou.alt.xml -d edgedata.xml -b 0 -e 5400

 

I receive the following error.

 

Error: Could not save configuration to '000/iteration_000.sumocfg'

Quitting (on error).

Execution of ['C:\\Program Files (x86)\\Eclipse\\Sumo\\bin\\sumo', '-c', '0/iteration_000.sumocfg'] failed. Look into cadySumo-log.txt for details.

 

There seems to be an issue when caditsIterate.py tries to create the sumo configuration file for an iteration step. Is this a known error? Do I have to setup my files for caditsIterate.py differently?

 

Thanks in advance!

 

Best Regards

 

Andreas Kunz


Back to the top