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
(not showing the whole picture here, just the general idea).
But some built-in function would certainly be helpful (also maybe for perf?).
Proposition
PC_ToGeometry would return a multipoint (though you would loose any other information in the point, depending on the format).
PC_GeometryToPatch would return a patch from a multipoint (or actually any geometry by taking the vertices). There could be 2 flavors:
PC_GeometryToPatch(geometry) -> patch
PC_GeometryToPatch(ROW) -> patch would also embed some metadata in the point. Maybe we would need to have the pcid as parameter too in this case.
Questions
For PC_ToGeometry, I'd like to have a way to get the associated metadata too, but actually I can't think of anything better than pc_explode for now. Maybe it could return a ROW with an array by metadata properties ?
Is it a feature this project would accept ?
The text was updated successfully, but these errors were encountered:
Description
It's often useful to convert between patches and multipoint geometry.
It's possible to do so already:
(not showing the whole picture here, just the general idea).
But some built-in function would certainly be helpful (also maybe for perf?).
Proposition
PC_ToGeometry
would return a multipoint (though you would loose any other information in the point, depending on the format).PC_GeometryToPatch
would return a patch from a multipoint (or actually any geometry by taking the vertices). There could be 2 flavors:PC_GeometryToPatch(geometry) -> patch
PC_GeometryToPatch(ROW) -> patch
would also embed some metadata in the point. Maybe we would need to have the pcid as parameter too in this case.Questions
PC_ToGeometry
, I'd like to have a way to get the associated metadata too, but actually I can't think of anything better than pc_explode for now. Maybe it could return a ROW with an array by metadata properties ?Is it a feature this project would accept ?
The text was updated successfully, but these errors were encountered: