astraeus-io

Astraeus is a general-purpose tool that manages your data using Xarray structures and reads/writes data from/to your exoplanet data reduction pipeline.

https://github.com/kevin218/astraeus

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary

Keywords

data-analysis exoplanets python
Last synced: 6 months ago · JSON representation ·

Repository

Astraeus is a general-purpose tool that manages your data using Xarray structures and reads/writes data from/to your exoplanet data reduction pipeline.

Basic Info
  • Host: GitHub
  • Owner: kevin218
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 109 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 3
Topics
data-analysis exoplanets python
Created almost 4 years ago · Last pushed 8 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

Astraeus

A tool for standardizing I/O when reducing and analyzing exoplanet data.

Astraeus is a general-purpose tool that manages your data using Xarray structures and reads/writes data from/to your exoplanet data reduction pipeline. By using consistent formats and keywords across pipelines, users should be able to exchange and compare results easier than ever before! Astraeus makes use of Xarray, an open source Python package that uses labelled multi-dimensional arrays (think of Pandas in N dimensions).

Xarray is commonly used for data analysis in geoscience and makes use of two core data structures, called a DataArray and a Dataset. The former is like a NumPy array, except with coordinates, labels, and attributes. The latter is simply a collection of DataArrays. Both structures can easily be written to and loaded from HDF5 files. This means, even if you are not using Python, you can still read an HDF5 file written by Astraeus and maintain the full useability of your data.

Installation & Example Usage

Up-to-date installation instructions and helpful examples can be found at https://kevin218.github.io/Astraeus/.

Owner

  • Name: Kevin Stevenson
  • Login: kevin218
  • Kind: user
  • Location: Laurel, MD
  • Company: Johns Hopkins APL

Research Astronomer

Citation (CITATION.cff)

# For citing software, see:

# http://journals.aas.org/authors/references.html

# GitHub has Zenodo DOI integration:
# https://guides.github.com/activities/citable-code/

# What is a CITATION.cff file:
# https://citation-file-format.github.io/

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Astraeus
message: If you use this software, please cite as below.
date-released: 2022-06-19
url: 'https://github.com/kevin218/Astraeus'
version: 0.2
type: software
authors:
  - family-names: Stevenson
    given-names: Kevin B.
    email: Kevin.Stevenson@jhuapl.edu
    affiliation: Johns Hopkins APL
    orcid: 'https://orcid.org/0000-0002-7352-7941'

GitHub Events

Total
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Delete event: 2
  • Push event: 9
  • Pull request event: 1
Last Year
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Delete event: 2
  • Push event: 9
  • Pull request event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 29
  • Total Committers: 2
  • Avg Commits per committer: 14.5
  • Development Distribution Score (DDS): 0.069
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kevin B. Stevenson k****n@g****m 27
Taylor Bell b****l@b****g 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 3
  • Total pull requests: 4
  • Average time to close issues: about 21 hours
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 3.67
  • Average comments per pull request: 3.25
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: about 21 hours
  • Average time to close pull requests: 5 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • taylorbell57 (2)
  • zkbt (1)
Pull Request Authors
  • taylorbell57 (4)
  • kevin218 (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: astraeus-io

Exoplanet data reduction I/O with xarray and netCDF support

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.9%
Average: 29.5%
Dependent repos count: 50.1%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • ad-m/github-push-action master composite
pyproject.toml pypi