Skip to content

Commit

Permalink
Update 03_geopandas_TP.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Apr 6, 2024
1 parent e57f9cc commit 3f7fff1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/manipulation/03_geopandas_TP.qmd
Expand Up @@ -92,7 +92,8 @@ vous pouvez retirer les `!` en début de ligne):

```{python}
#| eval: false
!pip install requests py7zr geopandas openpyxl tqdm s3fs PyYAML xlrd
!pip install py7zr geopandas openpyxl tqdm s3fs
!pip install PyYAML xlrd
!pip install git+https://github.com/inseefrlab/cartiflette
```

Expand All @@ -115,7 +116,8 @@ cellule de _notebook_ `Jupyter`, le code suivant est à exécuter :
#| echo: true
#| eval: false
!pip install pandas fiona shapely pyproj rtree
!pip install fiona shapely
!pip install pyproj rtree
!pip install contextily
!pip install geopandas
!pip install pygeos
Expand Down

0 comments on commit 3f7fff1

Please sign in to comment.