Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reading from beam csv not working for various sflight configs #2646

Closed
wrashid opened this issue May 12, 2020 · 2 comments
Closed

reading from beam csv not working for various sflight configs #2646

wrashid opened this issue May 12, 2020 · 2 comments
Assignees

Comments

@wrashid
Copy link
Collaborator

wrashid commented May 12, 2020

image
e.g. test/input/sf-light/sf-light-10k-csv.conf (also correct other neighbouring files as needed)

following code might help to resolve issue:

  inputPlansFilePath = ${beam.inputDirectory}"/csvInput/plans.csv"
  inputPersonAttributesFilePath = ${beam.inputDirectory}"/csvInput/population.csv"
}
beam.agentsim.agents.households {
  inputFilePath = ${beam.inputDirectory}"/csvInput/households.csv"
  inputHouseholdAttributesFilePath = ""
}
beam.agentsim.agents.vehicles.vehiclesFilePath = ${beam.inputDirectory}"/csvInput/vehicles.csv"```
@carloscaldas
Copy link
Collaborator

PR: #2690

@carloscaldas
Copy link
Collaborator

Closed with the PR #2690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants