From 8f7ac839d97924ffae821179bf2920020b10dd1f Mon Sep 17 00:00:00 2001 From: Jennifer Rinker <rink@win.dtu.dk> Date: Thu, 15 Jun 2017 16:18:37 +0200 Subject: [PATCH] Fixing Gorm command The files in docs are not on Gorm, so the command now assumes that the user has the folder locally. Also formatting. Also now specifies that the wetb environment must be active. --- docs/tutorials/1-creating-master-excel.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/1-creating-master-excel.md b/docs/tutorials/1-creating-master-excel.md index 75a6cda..b5af8ab 100644 --- a/docs/tutorials/1-creating-master-excel.md +++ b/docs/tutorials/1-creating-master-excel.md @@ -90,9 +90,10 @@ from a folder of text files: ```python ..\..\wetb\prepost\write_master.py --folder data\DLCs_onshore --filename DLCs_onshore.xlsx``` * Mac/Linux: ```python ../../wetb/prepost/write_master.py --folder data/DLCs_onshore --filename DLCs_onshore.xlsx``` - * Gorm: - ```python /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/write_master.py --folder /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/docs/tutoria -ls/data/DLCs_onshore --filename DLCs_onshore.xlsx``` + * Gorm (Note that you must activate the wetb environment (see Step 5 [here](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/getting-started-with-dlbs.md) +) before this will work. This command also assumes the folder with your text +files is called "DLCs_onshore" and is located in the working directory.): + ```python /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/write_master.py --folder ./DLCs_onshore --filename ./DLCs_onshore.xlsx``` The master Excel file "DLCs_onshore.xlsx" should now be in the your current directory. -- GitLab