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
+43-39Lines changed: 43 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,13 @@ ODTP component for running Eqasim.
14
14
15
15
## How to run this component in docker.
16
16
17
-
1. Prepare manually a folder called volume containing the following datafolder of our selected scenario:
17
+
1. Prepare manually a folder called `odtp-input` containing the following datafolder of our selected scenario:
18
18
19
19
- data
20
20
21
-
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.**
21
+
2. Create your `.env` file with this structure.
22
22
23
-
Add the selected scenario `IDF`, or `CH`. Also select the eqasim pipeline you want to run `Synthesis`, or `matsim`.
24
-
25
-
```
26
-
SCENARIO=IDF
27
-
PIPELINE=Synthesis
28
-
MONGODB_CLIENT=mongodb://.....
29
-
S3_SERVER=https://....
30
-
S3_ACCESS_KEY=Q0ISQ....
31
-
S3_SECRET_KEY=OoPthI....
32
-
S3_BUCKET_NAME=13301....
33
-
```
34
-
35
-
3. Build the dockerfile
36
-
37
-
```
38
-
docker build -t odtp-eqasim .
39
-
```
40
-
41
-
3. Depending on your scenario add the parameters requested:
23
+
Add the selected scenario `IDF`, or `CH`. Also select the eqasim pipeline you want to run `Synthesis`, or `Matsim`.
42
24
43
25
For Corsica:
44
26
```
@@ -78,19 +60,40 @@ hafas_date=01.10.2018
78
60
output_id=test
79
61
```
80
62
81
-
4. Run the following command. Select the correct volume folder, the `SCENARIO` you want to simulate (`"IDF"`, `CORSICA`, or `"CH"`) and the MONGODB_CLIENT URL.
63
+
3. Build the dockerfile
64
+
65
+
```
66
+
docker build -t odtp-eqasim .
67
+
```
68
+
69
+
4. Run the following command. Mount the correct volumes for input/output folders.
0 commit comments