Mercurial > repos > imgteam > points2labelimage
diff test-data/rois-noname.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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/rois-noname.geojson Mon May 12 14:01:09 2025 +0000 @@ -0,0 +1,104 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": "9ef0487b-29a5-4e53-8eca-5c9dbf7bfc80", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 124, + 149 + ], + [ + 183, + 149 + ], + [ + 183, + 275 + ], + [ + 124, + 275 + ], + [ + 124, + 149 + ] + ] + ] + }, + "properties": { + "objectType": "annotation" + } + }, + { + "type": "Feature", + "id": "a5d9de43-1a4a-4194-b06d-a6c6d0f81f91", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 201, + 48 + ], + [ + 292, + 48 + ], + [ + 292, + 184 + ], + [ + 201, + 184 + ], + [ + 201, + 48 + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "b7b348f7-5438-47e3-a4ae-dbc923aa4e3b", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 151, + 95 + ], + [ + 260, + 95 + ], + [ + 260, + 162 + ], + [ + 151, + 162 + ], + [ + 151, + 95 + ] + ] + ] + }, + "properties": { + "objectType": "annotation" + } + } + ] +}