Importing

Importing#

Contains classes for importing and exporting data in ZHK.

Exporter_DXF(name, zhk_layers, layer_cfg)

Helper class to export zhk dictionary with geometries into .dxf file.

Exporter_GDS(name, zhk_layers, layer_cfg)

A class for exporting geometries to GDSII format using gdstk.

Exporter_Pickle(name, zhk_layers)

Helper class to export zhk dictionary with geometries into .pickle file.

Reader_DXF(filename)

Helper class to import .dxf file into zhk dictionary.

Reader_GDS(filename[, cellname])

Helper class to import .gds file into zhk dictionary using gdstk.

Reader_Pickle(filename)

Helper class to import .pickle file into zhk dictionary.

Reader_SVG(svg_file[, bezier_samples])

A class to read and convert SVG files into Shapely polygons.