heitzmann/gdstk

does not support gds.gz format

Larson-Li opened this issue · 4 comments

In actual project, the GDS file is large, so compress the gds to gds.gz is common actions, but the gdstk.read_gds does not support the action.

Does gdstk will support gz compress format when using gdstk.read_gds API?

Not yet. It's a planned feature but there's no one working on it at this time.

@heitzmann Is there schedule of this feature?

Not really. This feature is not trivial and I don't really know when I'll have the time to dedicate to it. I'm always open to PR's, though! Just make sure it is implemented in a C-style (not modern C++) to keep in line with the rest of the code base.