Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ s2r_point
Function
s2r_point
imagepy/core/roi/convert.py:17–19 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
15
return
PointRoi(body)
16
17
def
s2r_point(p):
18
from
.pointroi
import
PointRoi
19
return
PointRoi(list(p.coords))
20
21
def
r2s_line(ml):
22
return
MultiLineString(ml.body)
Callers
1
shape2roi
Function · 0.85
Calls
1
PointRoi
Class · 0.85
Tested by
no test coverage detected