-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not support gds.gz format #222
Comments
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. |
Look at my pull request #286 where I have added this feature |
Gds and gz are golden formats, sample test is enough for merging. I will test and feedback after is approved |
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.
The text was updated successfully, but these errors were encountered: