luukvdmeer / sfnetworks

Tidy Geospatial Networks in R
https://luukvdmeer.github.io/sfnetworks/
Other
347 stars 20 forks source link

Let to_spatial_coordinates correctly handle Z and M coordinates #62

Closed luukvdmeer closed 4 years ago

luukvdmeer commented 4 years ago

Is your feature request related to a problem? Please describe. The spatial morpher to_spatial_coordinates now replaces the geometry list column of the nodes with an X and Y column. It does not include the Z and M coordinates if they are present.

Describe the solution you'd like If present, also create columns for Z and M coordinates with to_spatial_coordinates.

luukvdmeer commented 4 years ago

Implemented in 0.3.1