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: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
Xarray-Spatial implements common raster analysis functions using Numba and provides an easy-to-install, easy-to-extend codebase for raster analysis.
32
32
33
-
####Installation
33
+
### Installation
34
34
```bash
35
35
# via pip
36
36
pip install xarray-spatial
@@ -39,6 +39,18 @@ pip install xarray-spatial
39
39
conda install -c conda-forge xarray-spatial
40
40
```
41
41
42
+
### Dowloading our starter examples and data
43
+
Once you have xarray-spatial installed in your environment, you can use one of the following in your terminal (with the environment active) to download our examples and/or sample data into your local directory.
44
+
45
+
```xrspatial examples``` : Download the examples notebooks and the data used.
46
+
47
+
```xrspatial copy-examples``` : Download the examples notebooks but not the data. Note: you won't be able to run many of the examples.
48
+
49
+
```xrspatial fetch-data``` : Download just the data and not the notebooks.
50
+
51
+
In all the above, the command will download and store the files into your current directory inside a folder named 'xrspatial-examples'.
0 commit comments