luukvdmeer / sfnetworks

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

Harmonize blend and subdivision functions #132

Open luukvdmeer opened 3 years ago

luukvdmeer commented 3 years ago

Quite a lot of code from the to_spatial_subdivision morpher was copied to the new st_network_blend implementation. Some details changed, however. In the future it would be a good idea to see if we can "harmonize" these two functions, split some of the functionalities into sub-functions, such that we have less duplicated code and thus a clearer code base.