Skip to content

Commit 20c7152

Browse files
Update setup instructions and environment (#63)
1 parent 0e33ddf commit 20c7152

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the *base (root) environment*, click the arrow next to it and click `Open termin
4848
Type following command + ENTER-button (make sure you have an internet connection):
4949

5050
```
51-
conda update -n root conda
51+
conda update -n base conda
5252
```
5353
and respond with *Yes* by typing `y`. Packages should be updated after the completion of the command.
5454

@@ -64,10 +64,9 @@ an [`environment.yml` file](https://raw.githubusercontent.com/jorisvandenbossche
6464
```
6565
name: DS-geospatial
6666
channels:
67-
- defaults
6867
- conda-forge
6968
dependencies:
70-
- python=3.10
69+
- python=3.11
7170
- geopandas
7271
- ...
7372
```
@@ -98,6 +97,8 @@ the *base (root) environment*, click the arrow next to it and click `Open termin
9897
Type following commands line by line + ENTER-button (make sure you have an internet connection):
9998

10099
```
100+
conda install -n base conda-libmamba-solver
101+
conda config --set solver libmamba
101102
conda config --add channels conda-forge
102103
conda config --set channel_priority strict
103104
cd FOLDER_PATH_TO_ENVIRONMENT_FILE

docs/slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Python for GIS and Geoscience
1414

1515
Doctoral schools of Ghent University<br>
16-
November 21, 23 and 25, 2022
16+
September 20-22, 2023
1717

1818
Joris Van den Bossche, Stijn Van Hoey
1919

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dependencies:
77
- jupyter
88
- jupyterlab>3
99
- numpy
10-
- pandas
10+
# pinning pandas temporary because 2.1 causes warnings with geopandas and seaborn
11+
- pandas=2.0
1112
- xarray
1213
- geopandas
13-
- pygeos
1414
- rasterio
1515
- owslib
1616
- rasterstats

0 commit comments

Comments
 (0)