luukvdmeer / sfnetworks

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

agr factor not correctly updated after running convert() with .clean = TRUE #76

Closed luukvdmeer closed 3 years ago

luukvdmeer commented 4 years ago

Describe the bug Running the convert verb of tidygraph with .clean = TRUE will remove the .tidygraph_edge_index or .tidygraph_node_index that was constructed during the morphing process. However, the attribute-geometry-relationship attributes are not update correctly, and keep this column.

luukvdmeer commented 4 years ago

Fixed on develop, will be pushed to master soon along with new version.