Mercurial > repos > imgteam > points2labelimage
comparison test-data/rois-noname.geojson @ 5:dc91192a7150 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2labelimage/ commit edac062b00490276ef00d094e0594abdb3a3f23c
| author | imgteam |
|---|---|
| date | Thu, 06 Nov 2025 09:59:19 +0000 |
| parents | 64c155acb864 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:64c155acb864 | 5:dc91192a7150 |
|---|---|
| 1 { | 1 { |
| 2 "type": "FeatureCollection", | 2 "type": "FeatureCollection", |
| 3 "features": [ | 3 "features": [ |
| 4 { | |
| 5 "type": "Feature", | |
| 6 "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc81", | |
| 7 "geometry": { | |
| 8 "type": "Point", | |
| 9 "coordinates": [100, 50] | |
| 10 }, | |
| 11 "properties": { | |
| 12 "objectType": "annotation", | |
| 13 "radius": 100 | |
| 14 } | |
| 15 }, | |
| 4 { | 16 { |
| 5 "type": "Feature", | 17 "type": "Feature", |
| 6 "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80", | 18 "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80", |
| 7 "geometry": { | 19 "geometry": { |
| 8 "type": "Polygon", | 20 "type": "Polygon", |
| 15 [ | 27 [ |
| 16 183, | 28 183, |
| 17 149 | 29 149 |
| 18 ], | 30 ], |
| 19 [ | 31 [ |
| 20 183, | 32 163, |
| 21 275 | 33 275 |
| 22 ], | 34 ], |
| 23 [ | 35 [ |
| 24 124, | 36 104, |
| 25 275 | 37 275 |
| 26 ], | 38 ], |
| 27 [ | 39 [ |
| 28 124, | 40 124, |
| 29 149 | 41 149 |
| 62 201, | 74 201, |
| 63 48 | 75 48 |
| 64 ] | 76 ] |
| 65 ] | 77 ] |
| 66 ] | 78 ] |
| 79 }, | |
| 80 "properties": { | |
| 81 "objectType": "annotation" | |
| 67 } | 82 } |
| 68 }, | 83 }, |
| 69 { | 84 { |
| 70 "type": "Feature", | 85 "type": "Feature", |
| 71 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", | 86 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", |
| 72 "geometry": { | 87 "geometry": { |
| 73 "type": "Polygon", | 88 "type": "Polygon", |
| 74 "coordinates": [ | 89 "coordinates": [ |
| 75 [ | 90 [ |
| 76 [ | 91 [151, 95], |
| 77 151, | 92 [260, 95], |
| 78 95 | 93 [260, 162], |
| 79 ], | 94 [151, 162] |
| 80 [ | 95 ], |
| 81 260, | 96 [ |
| 82 95 | 97 [156, 100], |
| 83 ], | 98 [255, 100], |
| 84 [ | 99 [255, 157], |
| 85 260, | 100 [156, 157] |
| 86 162 | |
| 87 ], | |
| 88 [ | |
| 89 151, | |
| 90 162 | |
| 91 ], | |
| 92 [ | |
| 93 151, | |
| 94 95 | |
| 95 ] | |
| 96 ] | 101 ] |
| 97 ] | 102 ] |
| 98 }, | |
| 99 "properties": { | |
| 100 "objectType": "annotation" | |
| 101 } | 103 } |
| 102 } | 104 } |
| 103 ] | 105 ] |
| 104 } | 106 } |
