pysatcdaac

pysat support for CDAAC instruments

https://github.com/pysat/pysatcdaac

Science Score: 46.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 9 committers (22.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.1%) to scientific vocabulary

Keywords from Contributors

ionosphere heliophysics magnetosphere pysat space-weather comparison dineof sami2 tie-gcm seasonal-analysis
Last synced: 7 months ago · JSON representation

Repository

pysat support for CDAAC instruments

Basic Info
  • Host: GitHub
  • Owner: pysat
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Size: 3.02 MB
Statistics
  • Stars: 3
  • Watchers: 4
  • Forks: 2
  • Open Issues: 12
  • Releases: 5
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Support Zenodo

README.md

pysat

pysatCDAAC: pysat support for COSMIC Data Analysis and Archive Center instruments

PyPI Package latest release Build Status Coverage Status DOI

Prerequisites

pysatCDAAC uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.7+.

| Common modules | Community modules | | -------------- | ------------------- | | netCDF4 | pysat>=3.2.1 | | numpy | | | pandas | | | requests | | | xarray | |

Installation

Currently, the main way to get pysatCDAAC is through github.

git clone https://github.com/pysat/pysatCDAAC.git

Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".

cd pysatCDAAC/ pip install .

Note: pre-1.0.0 version

pysatCDAAC is currently in an initial development phase and requires pysat 3.0.0+.

Using with pysat

The instrument modules are portable and designed to be run like any pysat instrument.

``` import pysat from pysatCDAAC.instruments import cosmic_gps

cosmic = pysat.Instrument(instmodule=cosmicgps, tag='ionprf') `` Another way to use the instruments in an external repository is to register the instruments. This only needs to be done the first time you load an instrument. Afterward, pysat will identify them using theplatformandname` keywords.

``` import pysat

pysat.utils.registry.register(‘pysatCDAAC.instruments.cosmic_gps’) cosmic = pysat.Instrument('cosmic', 'gps', tag='ionprf') ```

Owner

  • Name: pysat
  • Login: pysat
  • Kind: organization
  • Email: pysatDevelopers@gmail.com

GitHub Events

Total
  • Create event: 4
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 6
  • Push event: 19
  • Gollum event: 1
  • Pull request event: 7
  • Pull request review event: 11
  • Pull request review comment event: 11
Last Year
  • Create event: 4
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 6
  • Push event: 19
  • Gollum event: 1
  • Pull request event: 7
  • Pull request review event: 11
  • Pull request review comment event: 11

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 433
  • Total Committers: 9
  • Avg Commits per committer: 48.111
  • Development Distribution Score (DDS): 0.503
Top Committers
Name Email Commits
Jeff Klenzing j****g@g****m 215
Russell Stoneback r****a@u****u 149
Jeff Klenzing j****g@u****m 40
Jeff Klenzing 1****g@u****m 13
asherp a****e@g****m 4
JonathonMSmith 3****h@u****m 4
Angeline G. Burrell a****l@n****l 4
aburrell a****3@l****k 3
Carey Spence j****e@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 25
  • Total pull requests: 45
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 4
  • Total pull request authors: 5
  • Average comments per issue: 1.88
  • Average comments per pull request: 2.73
  • Merged pull requests: 41
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.63
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jklenzing (16)
  • rstoneback (6)
  • aburrell (1)
  • Imtiaz08 (1)
Pull Request Authors
  • jklenzing (32)
  • rstoneback (11)
  • Aadarsh-Govada (4)
  • aburrell (3)
  • JonathonMSmith (1)
Top Labels
Issue Labels
enhancement (6) bug (4) breaking change (1) documentation (1)
Pull Request Labels
enhancement (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 13 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 3
pypi.org: pysatcdaac

pysat support for CDAAC Instruments

  • Documentation: https://pysatcdaac.readthedocs.io/en/latest/
  • License: BSD 3-Clause License Copyright (c) 2023, pysat All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  • Latest release: 0.0.5
    published about 1 year ago
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 13 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Average: 22.2%
Forks count: 22.6%
Stargazers count: 25.0%
Downloads: 31.7%
Maintainers (3)
Last synced: 8 months ago

Dependencies

requirements.txt pypi
  • netCDF4 *
  • numpy *
  • pandas *
  • pysat >=3.0.0
  • requests *
test_requirements.txt pypi
  • coveralls * test
  • flake8 * test
  • ipython * test
  • m2r2 * test
  • numpydoc * test
  • pytest * test
  • pytest-cov * test
  • pytest-ordering * test
  • sphinx * test
  • sphinx-autoapi * test
  • sphinx_rtd_theme * test
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/pysat_rc.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/pip_rc_install.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • netCDF4 *
  • numpy *
  • pandas *
  • pysat >= 3.0.4
  • requests *
  • xarray *