https://github.com/aburrell/pyvaleia

Validation tools for the Equatorial Ionization Anomaly

https://github.com/aburrell/pyvaleia

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Validation tools for the Equatorial Ionization Anomaly

Basic Info
  • Host: GitHub
  • Owner: aburrell
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 5.86 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 11
  • Releases: 1
Created 7 months ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

Package for validating the Equatorial Ionization Anomaly (EIA) within ionospheric models against in situ plasma density data and Vertical Total Electron Content (VTEC).

[DOI HERE] [PYPI HERE] [UNIT TESTS]

Example

To compare Swarm and pyIRI:

``` import matplotlib.pyplot as plt import pandas as pd from datetime import datetime, timedelta

Package modules

from SwarmPyIRI import PyIRINIMOSWARM_plot

Create new PyIRI files and compare to Swarm

Set the directories for figures, EIA info files, and Swarm data

figdir='~/Plots/pyIRISWARMoffsets' dailydir='~/TypeFiles/pyIRISWARMoffsets' swarmfdir = '~/swarm_data'

Set the comparison day and time

stime1 = datetime(2020, 4, 15, 0, 0)

Create new PyIRI files and compare to Swarm for a range of days (2)

for i in range(2): stime = stime1 + timedelta(days=i) print(stime) pdfout = PyIRINIMOSWARMplot(stime, dailydir, swarmfdir, figon=True figsavedir=figdir, filesavedir=daily_dir)

```

Notes

This package is under active development and will be published in an upcoming manuscript. When using the alpha version, we encourage you to contact one of the authors for guidance or to provide suggestions for code development.

Owner

  • Name: Angeline Burrell
  • Login: aburrell
  • Kind: user
  • Location: Washington D.C.
  • Company: Naval Research Laboratory

Research Physicist at the Naval Research Laboratory

Citation (CITATION.cff)

title: pyValEIA
version: 0.0.1
cff-version: 1.2.0
type: software
repository-code: "https://github.com/aburrell/pyValEIA"
authors:
  - family-names: "Cardenas-O'Toole"
    given-names: "Alanah"
  - family-names: "Burrell"
    given-names: "Angeline G."
    affiliation: "Naval Research Laboratory"
    orcid: "https://orcid.org/0000-0001-8875-9326"
  - family-names: "Hickey"
    given-names: "Dustin"

GitHub Events

Total
  • Create event: 6
  • Issues event: 7
  • Release event: 4
  • Delete event: 2
  • Issue comment event: 1
  • Member event: 1
  • Push event: 11
  • Pull request review event: 8
  • Pull request review comment event: 7
  • Pull request event: 2
Last Year
  • Create event: 6
  • Issues event: 7
  • Release event: 4
  • Delete event: 2
  • Issue comment event: 1
  • Member event: 1
  • Push event: 11
  • Pull request review event: 8
  • Pull request review comment event: 7
  • Pull request event: 2

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 7
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • aburrell (7)
Pull Request Authors
  • aburrell (2)
Top Labels
Issue Labels
enhancement (5) bug (2)
Pull Request Labels
enhancement (1)

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
  • PyIRI *
  • apexpy *
  • cartopy *
  • matplotlib *
  • netCDF4 *
  • numpy *
  • pandas *
  • pydarn *
  • pysat *
  • pysatMadrigal *
  • requests *
  • scipy *