Skip to content

Commit

Permalink
Fix grammar in episodes/09-open-and-plot-vector-layers.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci authored Jan 15, 2024
1 parent 92b3d82 commit 87af22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/09-open-and-plot-vector-layers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library(sf) # work with spatial vector data

## Import shapefiles

Let's start by opening a shapefile. Shapefiles a common file format to store spatial vector data used in GIS software. We will read a shapefile with the administrative boundary of Delft with the function `st_read()` from the `sf` package.
Let's start by opening a shapefile. Shapefiles are a common file format to store spatial vector data used in GIS software. We will read a shapefile with the administrative boundary of Delft with the function `st_read()` from the `sf` package.

```{r results='hide'}
boundary_Delft <- st_read("data/delft-boundary.shp")
Expand Down

0 comments on commit 87af22a

Please sign in to comment.