Manipulating sf objects (1)

CRS related:

  • st_crs()<- sets a CRS
  • st_transform() transforms data to another CRS (see previous chapter)

Spatial operations, e.g.:

  • st_union() combines several sf objects into one
  • st_simplify() simplifies a sf object