powered by
Basic examples of each type of simple feature geometry. sfzoo is a list with each of point, multipoin, linestring, multilinestring, polygon and multipolygon. sfgc is a GEOMETRYCOLLECTION of all the types in sfzoo.
sfzoo
sfgc
# NOT RUN { lapply(sfzoo, sc_coord) lapply(sfzoo, sc_path) ## unsure how usefult this is ... sc_path(sfgc) # }
Run the code above in your browser using DataLab