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:
1616 - xarray-spatial
1717 - descartes>=1.0.0 # necessary for geopandas plotting
1818 - 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:
159159 ` ` ` bash
160160 conda create -n geospatial -c conda-forge -y \
161161 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
163163
164164 ` ` `
165165
@@ -198,6 +198,7 @@ code on the Terminal:
198198 - earthpy
199199 - descartes # necessary for geopandas plotting
200200 - pystac-client
201+ - python-graphviz
201202 ```
202203
203204 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