You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,11 @@ ODTP component for running Eqasim.
17
17
18
18
2. Create your `.env` file with this structure. **If you do not have MONGODB and/or S3 activated omit this step, and just provide the scenario as environmental variable.**
19
19
20
+
Add the selected scenario `IDF`, or `CH`. Also select the eqasim pipeline you want to run `Synthesis`, or `matsim`.
21
+
20
22
```
21
23
SCENARIO=IDF
24
+
PIPELINE=Synthesis
22
25
MONGODB_CLIENT=mongodb://.....
23
26
S3_SERVER=https://....
24
27
S3_ACCESS_KEY=Q0ISQ....
@@ -92,6 +95,18 @@ If you want to kill the session just write `exit`. Also use `tmux ls` to list al
92
95
- Check log.txt and uploads stout to MongoDB
93
96
- s3uploader.py
94
97
- Upload output.zip & workdir.zip to S3. Create a mongodb entry.
98
+
- parameters.py
99
+
- Takes care of replacing the placeholder on the config templates.
100
+
101
+
## Changelog
102
+
103
+
- v.0.1.0: Version compatible with IDF & CH
104
+
- Parameters. Now the parameters are taken from the enviroment variables.
105
+
- Configuration templates. No needs of copying config.yml file anymore. The file will be built based on the parameters.
106
+
- Logger: If MongoDB arg. provided the container will log its activity in the db.
107
+
- S3 Compatibility: Output content, and snapshots can be uploaded to the S3 server.
0 commit comments