Skip to content

Commit

Permalink
adding correct file pah to delete zip file with spatial data
Browse files Browse the repository at this point in the history
  • Loading branch information
camilavargasp committed Mar 1, 2024
1 parent ac372b5 commit ee276ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion materials/sections/geospatial-vector-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ download.file(url = knb_url, destfile = 'shapefile_demo_data.zip')
unzip('shapefile_demo_data.zip', exdir = 'data')
file.remove('demo_data.zip')
file.remove('shapefile_demo_data.zip')
```
Expand Down
1 change: 0 additions & 1 deletion materials/session_19.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ title-block-banner: true




{{< include /sections/geospatial-vector-analysis.qmd >}}


0 comments on commit ee276ee

Please sign in to comment.