The previous post provided an introduction to the sp and sf packages and how they represent spatial data in R. There I discussed the creation of Spatial and sf objects from data with longitude and latitude values and the process of making maps with the two packages. In this post I will provide further background for the sf package by going into the details of the structure of sf objects and explaining how the package implements the Simple Features open standard. It is certainly not necessary ...