Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLandherr authored Apr 3, 2022
1 parent f32c128 commit c921ea4
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,12 @@
2. Clone the repository either via `git clone https://github.com/AlexLandherr/GOES_Image_Retriever`, download the zip of the repository
or open with GitHub Desktop: https://desktop.github.com/

3. On a storage device of your choosing create a directory named "GOES".
3. Open `goes_image_setting.cfg`.

4. Now go to "goes_image_settings.cfg" and on the line starting with "save_path" add the full file path to the "GOES" directory.
It should look something like this (keep in mind that it will look a bit different on GNU/Linux systems and systems running MacOS):
4. To the line starting with "save_path" add the full save path to the directory where you want to save the directory generated by each program run,
so it looks something like this (On GNU/Linux and MacOS this will off course look different):
```
save_path = D:/path/to/GOES/
```
5. In the directory named "GOES" create two sub-directories named "GOES_16" and "GOES_17".
The directory tree should look something like this:
```
D:\
└──path\
└───to\
└───GOES\
└───GOES_16\
|
└───GOES_17\
```

6. To the line starting with "partial_save_path" add the drive letter followed by a ":" and "/"
so it looks something like this:
```
partial_save_path = D:/
save_path = D:/your_save_path_here
```

<h1>Note</h1>
Expand Down

0 comments on commit c921ea4

Please sign in to comment.