Update readme
This commit is contained in:
parent
49a3b4e322
commit
2019c4a16b
17
README.md
17
README.md
@ -33,10 +33,19 @@ Alternatively, install from git
|
|||||||
pip3 install git+https://mpxd.net/code/jan/masque.git@release
|
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
|
## TODO
|
||||||
|
|
||||||
* Polygon de-embedding
|
* Better interface for polygon operations (e.g. with `pyclipper`)
|
||||||
* Construct from bitmap
|
- de-embedding
|
||||||
* Boolean operations on polygons (using pyclipper)
|
- boolean ops
|
||||||
* Implement shape/cell properties
|
* Construct polygons from bitmap using `skimage.find_contours`
|
||||||
* Deal with shape repetitions for dxf, svg
|
* Deal with shape repetitions for dxf, svg
|
||||||
|
Loading…
Reference in New Issue
Block a user