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

Make beam_geoms optional #2

Open
zneedell opened this issue Jun 13, 2022 · 0 comments
Open

Make beam_geoms optional #2

zneedell opened this issue Jun 13, 2022 · 0 comments
Assignees

Comments

@zneedell
Copy link

Wrap the code here:

beam_geometries_path = config.setting('beam_geometries')
data_file_path = config.data_file_path(beam_geometries_path, mandatory=True)
beam_geom_dataframe = pd.read_csv(data_file_path)
pipeline.rewrap("beam_geoms", beam_geom_dataframe)

in an if statement so that it runs if beam_geoms is not set in the config file

@zneedell zneedell self-assigned this Jun 13, 2022
zneedell pushed a commit that referenced this issue Sep 25, 2023
zneedell pushed a commit that referenced this issue Apr 23, 2024
…ctivitySim#768)

* get all disaggregate accessibility values

* updated settings to work with Pydantic

* KEEP_COLS setting

* keep_cols update and returning tables
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

1 participant