Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas authored and rv2931 committed Mar 18, 2024
1 parent d2aa801 commit ce63f73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ After having filled 12_bloom/data folder with data files get from project team,
* data/spire_positions_subset.csv
* data/vessels_subset.csv
* data/zones_subset.csv
* data/ports.csv
* data/ports_rad3000_res10.csv

Then launch docker compose stack using docker compose file extension to add loading data service

Expand Down Expand Up @@ -128,6 +130,7 @@ You must have a functionnal PostgreSQL instance with connexion informations (dat
python src/alembic/init_script/load_vessels_data.py
python src/alembic/init_script/load_positions_data.py
python src/alembic/init_script/load_amp_data.py
python src/alembic/init_script/load_ports_data.py
```

#### Starting the application
Expand Down

0 comments on commit ce63f73

Please sign in to comment.