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.
Adding SAMMI to the projects page.
SAMMI is a CDF attribute manager tool to create ISTP-compliant CDF file attributes. It's a collaboration between SWxSOC and the IMAP SDC. It's a small but flexible tool which allows teams to store variable attributes in VCS friendly YAML files and create attributes that align with standard formats. The attributes are returned as Python dictionaries for inputs into data structures such as xarray datasets or astropy datatables.
SAMMI is released on PyPi and used in both IMAP and SWxSOC processing.
Grades:
community: good
documentation: good
testing: good
software maturity: good
license: good
The license is under Apache 2.0 - I see PyHC recommends BSD 2 or 3. It's my understanding that Apache 2 and BSD 3 are reasonably compatible, and it's a permissive license, so I marked that as good. But, I would appreciate confirmation that Apache 2 actually meets that standard.