Skip to content

Commit

Permalink
Merge pull request #176 from SANDAG/anneku-trlink-input
Browse files Browse the repository at this point in the history
Update datalake_exporter.py
  • Loading branch information
bhargavasana authored Jul 25, 2024
2 parents acc1bda + 6a29499 commit ec063af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/python/datalake_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def write_to_datalake(output_path, models, exclude, env):
EMME_metadata["properties_path"],
os.path.join(output_path, 'skims', 'traffic_skims_MD.omx'),
os.path.abspath(os.path.join(output_path, '..', 'input', 'zone_term.csv')),
os.path.abspath(os.path.join(output_path, '..', 'input', 'trlink.csv')),
os.path.join(output_path, 'bikeMgraLogsum.csv'),
os.path.join(output_path, 'microMgraEquivMinutes.csv'),
os.path.join(report_path, 'walkMgrasWithin45Min_AM.csv'),
Expand Down Expand Up @@ -260,4 +261,4 @@ def write_to_datalake(output_path, models, exclude, env):
exclude = [
'final_pipeline.h5'
]
write_to_datalake(output_path, models, exclude, env)
write_to_datalake(output_path, models, exclude, env)

0 comments on commit ec063af

Please sign in to comment.