Commit ffde5e69 authored by Nejat ARINIK's avatar Nejat ARINIK
Browse files

update readme

parent 87fcbe56
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -64,6 +64,8 @@ We illustrate the usefulness of the proposed methods with an Avian Influenza dat
* Download this project from Gitlab IRSTEA
* We have already put a sample dataset in the `in` folder. For the complete data, you need to retrieve the data from [Dataverse](todo). Download, unzip and place the folders into the `in/events` folder.
* Finally, update the variable `MAIN_FOLDER` in the `src/consts.py` with your current folder absolute path.
......
......@@ -17,7 +17,8 @@ NEWS_DB_EMPRESS_I = "empres-i"
# ====================================================
#MAIN_FOLDER = os.path.abspath("..") # the absolute path of the previous level
MAIN_FOLDER = "/home/nejat/eclipse/tetis/compebs"
#MAIN_FOLDER = "/home/nejat/eclipse/tetis/compebs"
MAIN_FOLDER = "<YOUR_FOLDER>"
LIB_FOLDER = os.path.join(MAIN_FOLDER, "lib")
DATA_FOLDER = os.path.join(MAIN_FOLDER, "data")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment