File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,13 @@ into a single plot.
4545
4646## Import Vector Data
4747
48- We will use the ` sf ` package to work with vector data in R. ` sf ` stands for simple features.
49- We will also use the ` terra ` package, which has been loaded in previous episodes, so we can
50- explore raster and vector spatial metadata using similar commands. Make sure
51- you have the ` sf ` library loaded.
48+ We will use the ` sf ` package to work with vector data in R. ` sf ` stands for
49+ [ simple features] ( https://en.wikipedia.org/wiki/Simple_Features ) , an international standard for
50+ representing spatial data that is used widely by databases (e.g., PostGIS) and other open source
51+ geospatial software (e.g., GDAL). We will also use the ` terra ` package, which has been loaded
52+ in previous episodes, so we can explore raster and vector spatial metadata using similar commands.
53+
54+ Make sure you have the ` sf ` library loaded.
5255
5356
5457``` r
Original file line number Diff line number Diff line change 99"episodes/03-raster-reproject-in-r.Rmd" "dbe38436da1d91d4eb9e7c9aef1aad09" "site/built/03-raster-reproject-in-r.md" "2025-08-05"
1010"episodes/04-raster-calculations-in-r.Rmd" "091de4689ef64107ec26c718866bd0a6" "site/built/04-raster-calculations-in-r.md" "2025-08-05"
1111"episodes/05-raster-multi-band-in-r.Rmd" "f503b06794c529d0d184344ecf0517bf" "site/built/05-raster-multi-band-in-r.md" "2025-08-12"
12- "episodes/06-vector-open-shapefile-in-r.Rmd" "1236898a67fa4904383861e39923bc4b " "site/built/06-vector-open-shapefile-in-r.md" "2025-08-14"
12+ "episodes/06-vector-open-shapefile-in-r.Rmd" "97625985e7bee39aa5b45376a8ceccb3 " "site/built/06-vector-open-shapefile-in-r.md" "2025-08-14"
1313"episodes/07-vector-shapefile-attributes-in-r.Rmd" "8f3c5595f7c56ae75b8ffb9ef213f512" "site/built/07-vector-shapefile-attributes-in-r.md" "2025-08-12"
1414"episodes/08-vector-plot-shapefiles-custom-legend.Rmd" "958ea3185523466d2e16b1ba392eec0a" "site/built/08-vector-plot-shapefiles-custom-legend.md" "2025-08-05"
1515"episodes/09-vector-when-data-dont-line-up-crs.Rmd" "fc3c7a0c907edd32b5814162ee7329e6" "site/built/09-vector-when-data-dont-line-up-crs.md" "2025-08-05"
You can’t perform that action at this time.
0 commit comments