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: setup.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@ title: Setup
22
22
cd geospatial-python
23
23
```
24
24
25
-
4. Download the data that will be used in this lesson. There are two ways you can do this:
25
+
4. Create a subdirectory within `geospatial-python` called `data` and change into it:
26
+
27
+
```bash
28
+
mkdir data
29
+
cd data
30
+
```
31
+
32
+
5. Download the data that will be used in this lesson. There are two ways you can do this:
26
33
27
34
***Web browser:** [**Click here**](https://figshare.com/ndownloader/files/33848834) to download the zip file. When it finishes, move the zip file into the `geospatial-python` directory we created above and unzip the file.
28
35
***Terminal:**
@@ -36,8 +43,14 @@ title: Setup
36
43
```bash
37
44
unzip NEON-GEO-PYTHON-DATASETS.zip
38
45
```
46
+
39
47
You should now have a directory named `data` within `geospatial-python`. Use the `ls`command to confirm.
40
48
49
+
6. Change directories from `data` back into `geospatial-python`:
0 commit comments