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
Keywords from Contributors
Repository
Mission planning instrument tools for pysat
Basic Info
Statistics
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 17
- Releases: 10
Topics
Metadata Files
README.md
pysatMissions
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
- Website: https://join.slack.com/t/pysat/shared_invite/zt-tb9p2fhs-MgFVmA6TwmBhfqpuZeD4rA
- Twitter: pysatDevelopers
- Repositories: 15
- Profile: https://github.com/pysat
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 | 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
Pull Request Labels
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
Rankings
Dependencies
- OMMBV >=1.0
- aacgmv2 *
- apexpy *
- geospacepy *
- ipython *
- m2r2 *
- numpy *
- numpydoc *
- pandas *
- pyEphem *
- pysat >=3.0
- sgp4 >=2.7
- OMMBV >=1.0
- aacgmv2 *
- apexpy *
- geospacepy *
- numpy *
- pandas *
- pyEphem *
- pysat >=3.0
- sgp4 >=2.7
- 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
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- geospacepy *
- numpy *
- pandas *
- pyEphem *
- pysat >= 3.0.4
- sgp4 >= 2.7
- skyfield *