pysatmissions

Mission planning instrument tools for pysat

https://github.com/pysat/pysatmissions

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
    6 of 13 committers (46.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.1%) to scientific vocabulary

Keywords

cubesat pysat python satellite

Keywords from Contributors

ionosphere radar madrigal jicamarca dmsp space-science seasonal-analysis tie-gcm sami2 dineof
Last synced: 6 months ago · JSON representation

Repository

Mission planning instrument tools for pysat

Basic Info
  • Host: GitHub
  • Owner: pysat
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 5.88 MB
Statistics
  • Stars: 12
  • Watchers: 3
  • Forks: 1
  • Open Issues: 17
  • Releases: 10
Topics
cubesat pysat python satellite
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Support Zenodo

README.md

pysat Missions logo - the python snakes dreaming of a spaceship

pysatMissions

Documentation Status DOI

Build Status Coverage Status Maintainability

pysatMissions allows users to run build simulated satellites for Two-Line Elements (TLE) and add empirical data. It includes the missionsephem and missionsgp4 instrument modules which can be imported into pysat.

Main Features

  • Simulate satellite orbits from TLEs and add data from empirical models
  • Import magnetic coordinates through apexpy and aacgmv2 (optional dependencies)

Documentation

Full Documentation pysat Documentation

Installation

Prerequisites

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

| Common modules | Community modules | Optional modules | | -------------- | ----------------- | ---------------- | | numpy | pysat>=3.0.4 | aacgmv2 | | pandas | pyEphem | apexpy | | | sgp4>=2.7 | OMMBV | | | skyfield | |

One way to install is through pip. Just type

pip install pysatMissions into the terminal.

Or, if you prefer to work directly from github, checkout the repository:

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

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

cd pysatMissions/ pip install .

Note: pre-1.0.0 version

pysatMissions is currently in an initial development phase and requires pysat 3.0.4.

Using with pysat

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

``` import pysat from pysatMissions.instruments import missions_sgp4

siminst = pysat.Instrument(instmodule=missions_sgp4) `` 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 import pysatMissions

pysat.utils.registry.registerbymodule(pysatMissions.instruments) sim_inst = pysat.Instrument('missions', 'sgp4') ```

Optional modules

Magnetic vector coordinates through apexpy and aacgmv2 are set up as optional installs. Both packages require fortran to install properly, and may require additional configuration. Both can be installed from pip, but may require the --no-binary option depending on your system.

The instrument missions_ephem has been deprecated since pyEphem is no longer maintained. This will be removed in v0.4.0. Note that OMMBV is required for this instrument to function correctly, but is not required for the core pysatMissions package. This has also been made optional to improve installation. Please use the missions_sgp4 instrument for future needs.

The orbital trajectories can be calculated without any of the optional modules.

Owner

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

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Delete event: 3
  • Issue comment event: 4
  • Push event: 14
  • Pull request event: 6
  • Pull request review event: 5
  • Create event: 2
Last Year
  • Issues event: 2
  • Watch event: 2
  • Delete event: 3
  • Issue comment event: 4
  • Push event: 14
  • Pull request event: 6
  • Pull request review event: 5
  • Create event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 1,167
  • Total Committers: 13
  • Avg Commits per committer: 89.769
  • Development Distribution Score (DDS): 0.452
Top Committers
Name Email Commits
Jeff Klenzing j****g@g****m 640
rstoneback r****a@u****u 292
Angeline G. Burrell a****l@n****l 96
Jeff Klenzing j****g@u****m 95
Jeff Klenzing 1****g@u****m 14
aburrell a****3@l****k 12
Veronica Von Bose v****0@c****u 8
Matthew Depew m****w@u****u 3
aburrell a****0@u****u 3
matthew m****w@m****l 1
Nathaniel Hargrave n****0@c****u 1
gayatri g****i@m****l 1
Carey Spence j****e@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 51
  • Total pull requests: 66
  • Average time to close issues: 7 months
  • Average time to close pull requests: 21 days
  • Total issue authors: 5
  • Total pull request authors: 3
  • Average comments per issue: 2.57
  • Average comments per pull request: 1.65
  • Merged pull requests: 56
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 15 days
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.5
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jklenzing (45)
  • rstoneback (3)
  • aburrell (1)
  • JonathonMSmith (1)
  • rebeccaringuette (1)
Pull Request Authors
  • jklenzing (63)
  • rstoneback (6)
  • aburrell (3)
Top Labels
Issue Labels
enhancement (16) bug (11) testing (5) question (3) documentation (2) waiting on pysat updates (1) style (1)
Pull Request Labels
testing (8) bug (6) enhancement (4) documentation (3)

Packages

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

Mission Planning toolkit for pysat

  • Documentation: https://pysatmissions.readthedocs.io/en/latest/
  • License: BSD 3-Clause License Copyright (c) 2019, 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.3.5
    published over 1 year ago
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 29 Last month
Rankings
Dependent packages count: 10.1%
Stargazers count: 16.5%
Dependent repos count: 21.6%
Average: 22.8%
Forks count: 29.8%
Downloads: 36.0%
Maintainers (3)
Last synced: 7 months ago

Dependencies

docs/requirements.txt pypi
  • OMMBV >=1.0
  • aacgmv2 *
  • apexpy *
  • geospacepy *
  • ipython *
  • m2r2 *
  • numpy *
  • numpydoc *
  • pandas *
  • pyEphem *
  • pysat >=3.0
  • sgp4 >=2.7
requirements.txt pypi
  • OMMBV >=1.0
  • aacgmv2 *
  • apexpy *
  • geospacepy *
  • numpy *
  • pandas *
  • pyEphem *
  • pysat >=3.0
  • sgp4 >=2.7
test_requirements.txt pypi
  • coveralls * test
  • flake8-docstrings * test
  • hacking >=1.0 test
  • ipython * test
  • m2r2 * test
  • numpydoc * test
  • pytest-cov * test
  • pytest-ordering * test
  • sphinx * test
  • sphinx_rtd_theme * test
.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
.github/workflows/external_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
.github/workflows/pysat_rc.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • geospacepy *
  • numpy *
  • pandas *
  • pyEphem *
  • pysat >= 3.0.4
  • sgp4 >= 2.7
  • skyfield *