ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

RFE: Batch ROI export #172

Open jburel opened 4 years ago

jburel commented 4 years ago
will-moore commented 3 years ago

Other suggestions from #173.

Export simplified Polygon to preserve the shape but without a long list of coordinates. See https://shapely.readthedocs.io/en/latest/manual.html#object.simplify As used at https://docs.google.com/presentation/d/1QzKYP6sXPefBMNfY4PW4H0AMoWVbw9HeNoweLmJg17Y/edit#slide=id.g823da5adf3_0_105

And: Might be interesting to also use that as an opportunity to allow exporting WKT (https://shapely.readthedocs.io/en/latest/manual.html#well-known-formats) so we could begin building up familiarity with that.