Skip to content

Commit

Permalink
download files
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 13, 2025
1 parent 92a54a0 commit 50b15cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions applications/application1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ mc cp s3/projet-formation/nouvelles-sources/data/malakoff.geojson data/malakoff.
mc cp s3/projet-formation/nouvelles-sources/data/montrouge.geojson data/montrouge.geojson
```

```{r}
#| echo: false
#| output: false
dir.create("data")
download.file("https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/triangle.geojson", "data/triangle.geojson")
download.file("https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/malakoff.geojson", "data/malakoff.geojson")
download.file("https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/montrouge.geojson", "data/montrouge.geojson")
download.file("https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/geoparquet/dvf.parquet", "data/dvf.parquet")
download.file("https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/geoparquet/carreaux.parquet", "data/carreaux.parquet")
```

:::


Expand Down

0 comments on commit 50b15cf

Please sign in to comment.