Mercurial > repos > imgteam > points2labelimage
comparison test-data/rois.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 |
| 76 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", | 88 "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", |
| 77 "geometry": { | 89 "geometry": { |
| 78 "type": "Polygon", | 90 "type": "Polygon", |
| 79 "coordinates": [ | 91 "coordinates": [ |
| 80 [ | 92 [ |
| 81 [ | 93 [151, 95], |
| 82 151, | 94 [260, 95], |
| 83 95 | 95 [260, 162], |
| 84 ], | 96 [151, 162] |
| 85 [ | 97 ], |
| 86 260, | 98 [ |
| 87 95 | 99 [156, 100], |
| 88 ], | 100 [255, 100], |
| 89 [ | 101 [255, 157], |
| 90 260, | 102 [156, 157] |
| 91 162 | |
| 92 ], | |
| 93 [ | |
| 94 151, | |
| 95 162 | |
| 96 ], | |
| 97 [ | |
| 98 151, | |
| 99 95 | |
| 100 ] | |
| 101 ] | 103 ] |
| 102 ] | 104 ] |
| 103 }, | 105 }, |
| 104 "properties": { | 106 "properties": { |
| 105 "objectType": "annotation", | 107 "objectType": "annotation", |
