Skip to content

tutorial.ipynb #43

Answered by jdlph
rkn2 asked this question in Q&A
Discussion options

You must be logged in to vote

Those warnings and exceptions are not errors of Path4GMNS. They are part of the internal validation which indicate what went wrong with the input data and what the possible fixes are.

Take the first two warnings for example, Path4GMNS warns you that settings.yml is missing, and it will set up the run using the default values for demand period and agent type. You can find details on settings.yml in the tutorial under session 4.1 and in the Use Cases.

Then the next one (i.e., KeyError: 'zone_id') informs you that the column of zone_id is missing from zone.csv. There is a column with header activity_zone_id rather than zone_id in your zone file.

The last one is related to the length unit of …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jdlph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #42 on September 12, 2023 22:17.