You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi! I was skimming through the GEOS docs and I noticed a few functions that may be useful for this package. I will list them here. I'm not sure (if or) how these functions can be added (maybe extend the sf package or check the approach documented here).
btw: I have little to no experience in these cases, so feel free to ignore here if the following suggestions do not make sense.
GEOSLineMerge(): Sews together a set of fully noded LineStrings removing any cardinality 2 nodes in the linework. I think it might be related to the "to_spatial_smooth" morpher.
GEOSGeom_extractUniquePoints(): Return all distinct vertices of input geometry as a MultiPoint. Note that only 2 dimensions of the vertices are considered when testing for equality. Might be related to the building of sfnetwork objects and some morphers;
Is your feature request related to a problem? Please describe.
Hi! I was skimming through the GEOS docs and I noticed a few functions that may be useful for this package. I will list them here. I'm not sure (if or) how these functions can be added (maybe extend the
sf
package or check the approach documented here).btw: I have little to no experience in these cases, so feel free to ignore here if the following suggestions do not make sense.
Describe the solution you'd like
Other tools that may be useful:
Describe alternatives you've considered
Ignore everything here? 😅
The text was updated successfully, but these errors were encountered: