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

Collecting features and limitations of the two datasets packages #79

Open
JohnMrziglod opened this issue Jan 2, 2018 · 0 comments
Open
Assignees

Comments

@JohnMrziglod
Copy link
Member

typhon.datasets

Limitations

  • Limited documentation.
  • Lacking tests.
  • Overuse of multiple inheritance.
  • Some methods defined in wrong place in class hierarchy.
  • Hard to use. This is related to the limited documentation and the overuse of multiple inheritance, but that is not the only problem.

Features

TODO: Edit to add feature description

typhon.spareice.datasets

Limitations

  • No RegEx support for parsing additional information from filenames
  • No RegEx support for generating new files
  • So far only file handlers for the HDF versions of MHS and CloudSat files are available
  • No testing for more complex datasets

Features

  • Focus on usability and maintainability
  • Should work with any kind of temporal datasets
  • Extendable by using customized file handlers
  • Mapping functions with multiprocessing support
  • find_files method can return files in bundles (either by size or temporal bins)
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

2 participants