Skip to content
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

Zipfiles are written using .json extensions instead of .pas #151

Open
dbrakenhoff opened this issue Nov 20, 2024 · 0 comments
Open

Zipfiles are written using .json extensions instead of .pas #151

dbrakenhoff opened this issue Nov 20, 2024 · 0 comments

Comments

@dbrakenhoff
Copy link
Member

This means an unpacked zip cannot be read by PasConnector only because the series files have the extension .json instead of .pas.

Suggested change is to use .pas extensions everywhere. Add an option in from_zip() to use json extension for reading older zip files.

This also means we can shortcircuit from_zip for PasConnector, since it doesn't need to actually read/write the files, it only needs to unpack the zipfile into the current pastastore directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant