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

Introduce support for gzip databases #54

Open
2 tasks
rbiswas4 opened this issue Aug 1, 2016 · 1 comment
Open
2 tasks

Introduce support for gzip databases #54

rbiswas4 opened this issue Aug 1, 2016 · 1 comment

Comments

@rbiswas4
Copy link
Member

rbiswas4 commented Aug 1, 2016

The precomputed HealpixelizedOpSim stored for NSIDE=128 (NSIDE=256 is too large ~ 1GB) corresponding to the enigma_1189_micro.db database used for continuous integration is ~200MB. This can be brought down to ~50 MB using gzip compression as shown in scripts/make_healpixeldb.py. While ~200MB will probably work, it is still a lot of space, and it would be good to replace this with the ~50 MB file. This also means that tests will have to start from gzipped opsim databases.

  • include gzipped version and add script in .travis installs to unzip the database in situ
  • Improve support by using sqlalchemy + gzip libraries to make opsim_output.py be able to do this.
@rbiswas4
Copy link
Member Author

rbiswas4 commented Jun 9, 2017

Given the improvements in #101 , These may be unnecessary. Will close after this is conformed by #102

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