'Mission Planning toolkit for pysat'
Project description
pysatMissions
pysatMissions allows users to run build simulated satellites for Two-Line Elements (TLE) and add empirical data. It includes the missions_ephem and mission_sgp4 instrument modules which can be imported into pysat.
Main Features
- Simulate satellite orbits from TLEs and add data from empirical models
- Import ionosphere and thermosphere model values through pyglow
- Import magnetic coordinates through apexpy and aacgmv2
- Import geomagnetic basis vectors through OMMBV
Documentation
Full Documentation for main package
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.7+.
Common modules | Community modules |
---|---|
numpy | aacgmv2 |
pandas | apexpy |
pyEphem | OMMBV |
sgp4 | pysat>=3.0 |
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/
python setup.py install
Note: pre-1.0.0 version
pysatMissions 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 pysatMissions.instruments import missions_ephem
simInst = pysat.Instrument(inst_module=missions_ephem)
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 the platform
and name
keywords.
import pysat
import pysatMissions
pysat.utils.registry.register_by_module(pysatMissions.instruments)
simInst = pysat.Instrument('missions', 'ephem')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pysatMissions-0.2.2.tar.gz
.
File metadata
- Download URL: pysatMissions-0.2.2.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 803447b4663fa5c498479d57531b0ebadbd04e66ea138ff208817aea000ddf28 |
|
MD5 | 0d05ff047aabb986bbb384603103ca79 |
|
BLAKE2b-256 | fe50c5c5f8668a479062fc47c99aace1b36c003c8bf65f9609474db84ee234cb |