MCPcopy 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
17def s2r_point(p):
18 from .pointroi import PointRoi
19 return PointRoi(list(p.coords))
20
21def r2s_line(ml):
22 return MultiLineString(ml.body)

Callers 1

shape2roiFunction · 0.85

Calls 1

PointRoiClass · 0.85

Tested by

no test coverage detected