- Checks for missing Z and M values issue 100
- bumped {geometries} dependency
- removed C++ system requirements
- updated C++ dependencies
- list-column properties are better supported for nested geometries (MULTILINESTRING, POLYGON, MULTIPOLYGON)
z_rangeandm_rangeonly created if those dimensions exist
- changed licence to MIT
- Faster sf object creation by Linking-To geometries library
- crs structure matches new
sfdefinition issue49 sf_to_df()addssfc_columnsattributes to identify which of the columns form the coordinates issue50XYMdimensions correctly handledunlistargument insf_to_df()to specify columns you want to unlist when converted to data.frame- helper functions with easier syntax - thanks to @mdsumner
list_columnsargument insf_functions to specify which columns should be filled with all the values in a list
sf_remove_holes()removes holes from polygonscalculate_bbox()function for (re) calculating the bounding box of ansfcobjectsf_cast()functions for casting between geometry types- optimised converting
sfc_POINT-only objects to data.frames sf_to_df()addssfc_columnsattributes to identify which of the columns form the coordinates
keep = TRUEargument to keep other data columns when converting tosfsf_to_dffunctions for converting sf objects to data.framesfill = TRUEargument to fill the data.frame columns with data