- 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_range
andm_range
only created if those dimensions exist
- changed licence to MIT
- Faster sf object creation by Linking-To geometries library
- crs structure matches new
sf
definition issue49 sf_to_df()
addssfc_columns
attributes to identify which of the columns form the coordinates issue50XYM
dimensions correctly handledunlist
argument insf_to_df()
to specify columns you want to unlist when converted to data.frame- helper functions with easier syntax - thanks to @mdsumner
list_columns
argument 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 ansfc
objectsf_cast()
functions for casting between geometry types- optimised converting
sfc_POINT
-only objects to data.frames sf_to_df()
addssfc_columns
attributes to identify which of the columns form the coordinates
keep = TRUE
argument to keep other data columns when converting tosf
sf_to_df
functions for converting sf objects to data.framesfill = TRUE
argument to fill the data.frame columns with data