Skip to main content

Python Space Physics Satellite Data Analysis Toolkit

Project description

Basic documentation for pySatData

Most functions' structure and some loaders are from the pySPEDAS (https://github.com/spedas/pyspedas) repository. I just used and organized it in a way that I felt was more accessible for my purposes :). There is an option to store the variables in a pandas DataFrame format or pytplot format.

Requirements

Python 3.8+

Installation:

conda create -n yourenvname python=x.x anaconda
conda activate yourenvname

pip install pysatdata

config_file.json

It can be done in this file if some change in downloading directories is needed.

pysatdata/resources/config_file.json

This file sets the HTTP directory for downloading data and the local directory to save the downloaded data.

The local directory files are organized as http directory, i.e.:

  • RBSP: HOME/sat_data/rbsp/rbspa/l2/ect/rept/sectors/rel03/YYYY/filename.cdf

This files handles with the different http subpaths for the different levels and intruments in each probe.


Examples: Loading data.

RBSP REPT data

#Import the loading functions.
from pysatdata.loaders.load import *

# Define the time range for downloading data.
trange=['2021-05-26', '2021-05-30']

# Loading Van Allen probes REPT data.
varss_rept = load_sat(trange=trange, satellite="rbsp",
                        probe=['a', 'b'], level="3", 
                        rel="rel03", instrument="rept",
                        datatype="sectors",
                        downloadonly=False, 
                        searchFilesFirst=True,
                        usePandas=False,
                        usePyTplot=True)

RBSP EMFISIS data.

varss_emfisis = load_sat(trange=trange, satellite="rbsp",
                            probe=['a','b'], rel="rel03", level="3",
                            instrument="emfisis", datatype="magnetometer",
                            cadence="1sec", coord="gse",
                            varnames=[], downloadonly=False,
                            usePandas=True, usePyTplot=False)

RBSP MAGEIS data.

varss_mageis = load_sat(trange=trange, satellite="rbsp",
                        probe=['a','b'], level="3", 
                        rel="rel03", instrument="mageis",
                        datatype="sectors",
                        downloadonly=False, 
                        usePandas=False, usePyTplot=True)

RBSP EFW data.

varss_efw = load_sat(trange=trange, satellite="rbps",
                        probe=['a','b'], level="2", rel='rel03',
                        instrument="efw", datatype="esvy_despun",
                        varnames=['efield_mgse', 'lshell'], downloadonly=False,
                        usePandas=False, usePyTplot=True)

OMNI Solar wind data

varss_omni = load_sat(trange=trange, satellite="omni",
                         probe="omni"
                         instrument="omni_cdaweb",datatype="hro_1min",
                         downloadonly=False,
                         usePandas=False, usePyTplot=True)

See plot_interpFlux_RBSP.py for an example of plotting the interpolated electron flux.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysatdata-1.0.9.tar.gz (53.6 kB view details)

Uploaded Source

Built Distribution

pysatdata-1.0.9-py3-none-any.whl (63.1 kB view details)

Uploaded Python 3

File details

Details for the file pysatdata-1.0.9.tar.gz.

File metadata

  • Download URL: pysatdata-1.0.9.tar.gz
  • Upload date:
  • Size: 53.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pysatdata-1.0.9.tar.gz
Algorithm Hash digest
SHA256 f2e4313e0b3f78f41fc6695abe28cd23ca7f3d06f1fe18c3e5d79e47d810ecbf
MD5 aca9b8eadd7393c3a85e8700c35362bf
BLAKE2b-256 117bf90d96864ba42b00f08e86f83b28771e901b96b045f53cee35fdd1396042

See more details on using hashes here.

File details

Details for the file pysatdata-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: pysatdata-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 63.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pysatdata-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 7cc249921733b976d1262350e3b04792f21aff447dc2b2940b6583e4a593ebf2
MD5 ddb4591b6571b8f91b819ca85302a1fa
BLAKE2b-256 94c81db2ac6d54b3005ad13d94063663bc57c9ac89b859b262583f474ea94ef8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page