Added asilib to projects.yml #361
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The asilib package provides a unified Python 3 framework for accessing, analyzing, and visualizing all-sky imager (ASI) data from various networks like REGO, THEMIS, TREx, and MANGO. It enables tasks such as keogram and movie generation, auroral mapping, and conjunction analysis with other data sources, streamlining research by offering a consistent interface for diverse ASI datasets.
asilib is archived on PyPI and Zenodo.
Grades:
community: good
documentation: good
testing: partially met*
software maturity: good
license: good
*Since our tests require downloading ASI data, they are slower than desired and occasionally crash due to unstable connection. We will mitigate this by mocking most of the I/O bound tests. Currently the code coverage is at ~75%, and tests are run automatically via GitHub Actions.