From 91ed4c906bda0d9c1f1ffec6c49e1f97dd0178e6 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 10 Sep 2020 20:18:34 -0700 Subject: [PATCH] Update readme --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fae263e..214f7ad 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,19 @@ Alternatively, install from git pip3 install git+https://mpxd.net/code/jan/masque.git@release ``` +## Translation +- `Pattern`: OASIS or GDS "Cell", DXF "Block" +- `SubPattern`: GDS "AREF/SREF", OASIS "Placement" +- `Shape`: OASIS or GDS "Geometry element", DXF "LWPolyline" or "Polyline" +- `repetition`: OASIS "repetition". GDS "AREF" is a `SubPattern` combined with a `Grid` repetition. +- `Label`: OASIS, GDS, DXF "Text". +- `annotation`: OASIS or GDS "property" + + ## TODO -* Polygon de-embedding -* Construct from bitmap -* Boolean operations on polygons (using pyclipper) -* Implement shape/cell properties +* Better interface for polygon operations (e.g. with `pyclipper`) + - de-embedding + - boolean ops +* Construct polygons from bitmap using `skimage.find_contours` * Deal with shape repetitions for dxf, svg