Mercurial > repos > imgteam > points2labelimage
comparison test-data/rois.geojson @ 4:64c155acb864 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2labelimage/ commit 9a40a5d1e1008c26cc327c6d163df2a1af22a1a0
author | imgteam |
---|---|
date | Mon, 12 May 2025 14:01:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:2ae122d5d85a | 4:64c155acb864 |
---|---|
1 { | |
2 "type": "FeatureCollection", | |
3 "features": [ | |
4 { | |
5 "type": "Feature", | |
6 "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80", | |
7 "geometry": { | |
8 "type": "Polygon", | |
9 "coordinates": [ | |
10 [ | |
11 [ | |
12 124, | |
13 149 | |
14 ], | |
15 [ | |
16 183, | |
17 149 | |
18 ], | |
19 [ | |
20 183, | |
21 275 | |
22 ], | |
23 [ | |
24 124, | |
25 275 | |
26 ], | |
27 [ | |
28 124, | |
29 149 | |
30 ] | |
31 ] | |
32 ] | |
33 }, | |
34 "properties": { | |
35 "objectType": "annotation", | |
36 "name": "2" | |
37 } | |
38 }, | |
39 { | |
40 "type": "Feature", | |
41 "id": "a5d9de43-1a4a-4194-b06d-a6c6d0f81f91", | |
42 "geometry": { | |
43 "type": "Polygon", | |
44 "coordinates": [ | |
45 [ | |
46 [ | |
47 201, | |
48 48 | |
49 ], | |
50 [ | |
51 292, | |
52 48 | |
53 ], | |
54 [ | |
55 292, | |
56 184 | |
57 ], | |
58 [ | |
59 201, | |
60 184 | |
61 ], | |
62 [ | |
63 201, | |
64 48 | |
65 ] | |
66 ] | |
67 ] | |
68 }, | |
69 "properties": { | |
70 "objectType": "annotation", | |
71 "name": "1" | |
72 } | |
73 }, | |
74 { | |
75 "type": "Feature", | |
76 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", | |
77 "geometry": { | |
78 "type": "Polygon", | |
79 "coordinates": [ | |
80 [ | |
81 [ | |
82 151, | |
83 95 | |
84 ], | |
85 [ | |
86 260, | |
87 95 | |
88 ], | |
89 [ | |
90 260, | |
91 162 | |
92 ], | |
93 [ | |
94 151, | |
95 162 | |
96 ], | |
97 [ | |
98 151, | |
99 95 | |
100 ] | |
101 ] | |
102 ] | |
103 }, | |
104 "properties": { | |
105 "objectType": "annotation", | |
106 "name": "3" | |
107 } | |
108 } | |
109 ] | |
110 } |