pysatmodels

Interface for model analysis and model-data comparisons within the pysat ecosystem

https://github.com/pysat/pysatmodels

Science Score: 36.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
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.7%) to scientific vocabulary

Keywords

comparison data dineof model pysat python sami2 tie-gcm validation

Keywords from Contributors

ionosphere heliophysics magnetosphere space-weather
Last synced: 6 months ago · JSON representation

Repository

Interface for model analysis and model-data comparisons within the pysat ecosystem

Basic Info
  • Host: GitHub
  • Owner: pysat
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 3.7 MB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 3
  • Open Issues: 15
  • Releases: 1
Topics
comparison data dineof model pysat python sami2 tie-gcm validation
Created over 6 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Support Zenodo

README.md

pysatModels

pysatModels

Documentation Status Build Status Coverage Status

pysatModels handles model-centric data loading through pysat and contains a variety of tools to perform model-data analysis, including model validation.

Come join us on Slack! An invitation to the pysat workspace is available in the 'About' section of the pysat GitHub Repository.

Installation

The following instructions will allow you to install pysatModels and give some examples on how to use the routines

Prerequisites

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

| Common modules | Community modules | | -------------- | ----------------- | | numpy | pysat | | pandas | pyForecastTools | | requests | | | scipy | | | xarray | |

Installation through PyPi

pip install pysatmodels

Installation from GitHub

  1. Clone the git repository: git clone https://github.com/pysat/pysatModels.git

  2. Install pysatModels: Change directories into the repository folder and run the setup.py file. There are a few ways you can do this: A. Install on the system (root privileges required): sudo python3 setup.py install B. Install at the user level: python3 setup.py install --user C. Install with the intent to develop locally: python3 setup.py develop --user

Running the code

Examples for using the different pysatModels utilities are included in the documentation.

If you're unfamiliar with pysat, tutorials and examples are available in its documentation.

Owner

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

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
Last Year
  • Delete event: 1
  • Push event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 762
  • Total Committers: 3
  • Avg Commits per committer: 254.0
  • Development Distribution Score (DDS): 0.547
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Angeline Burrell a****l@n****l 345
Russell Stoneback r****a@u****u 235
Jeff Klenzing j****g@g****m 182
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 38
  • Total pull requests: 73
  • Average time to close issues: 10 months
  • Average time to close pull requests: 22 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 2.21
  • Average comments per pull request: 3.27
  • Merged pull requests: 68
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jklenzing (17)
  • aburrell (14)
  • rstoneback (7)
Pull Request Authors
  • aburrell (31)
  • jklenzing (28)
  • rstoneback (16)
Top Labels
Issue Labels
enhancement (11) bug (8) documentation (7) wontfix (1)
Pull Request Labels
documentation (5) bug (3) enhancement (3)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 9 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 3
pypi.org: pysatmodels

'Supports model analysis and model-data comparisons'

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 9 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 16.9%
Stargazers count: 18.5%
Dependent repos count: 21.6%
Average: 25.6%
Downloads: 61.0%
Maintainers (3)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • PyForecastTools *
  • m2r2 *
  • numpy *
  • numpydoc *
  • pysat *
requirements.txt pypi
  • numpy *
  • packaging *
  • pandas *
  • pyForecastTools *
  • pysat >=3.0.0
  • requests *
  • scipy *
  • xarray *
test_requirements.txt pypi
  • coveralls *
  • flake8 *
  • flake8-docstrings *
  • hacking >=1.0
  • m2r2 *
  • numpydoc *
  • pytest-cov *
  • pytest-ordering *
  • sphinx *
  • sphinx_rtd_theme *
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite