File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ dependencies:
16
16
- xarray-spatial
17
17
- descartes>=1.0.0 # necessary for geopandas plotting
18
18
- pystac-client
19
+ - python-graphviz # necessary for plotting dask graphs
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ code on the Terminal:
159
159
` ` ` bash
160
160
conda create -n geospatial -c conda-forge -y \
161
161
jupyterlab numpy matplotlib \
162
- xarray rasterio geopandas rioxarray earthpy descartes xarray-spatial pystac-client
162
+ xarray rasterio geopandas rioxarray earthpy descartes xarray-spatial pystac-client python-graphviz
163
163
164
164
` ` `
165
165
@@ -198,6 +198,7 @@ code on the Terminal:
198
198
- earthpy
199
199
- descartes # necessary for geopandas plotting
200
200
- pystac-client
201
+ - python-graphviz
201
202
```
202
203
203
204
In the terminal, navigate to the directory where you saved the `environment.yaml` file using the `cd` command.
You can’t perform that action at this time.
0 commit comments