spacepy.github.io Open in urlscan Pro
2606:50c0:8000::153  Public Scan

Submitted URL: http://spacepy.github.io/
Effective URL: https://spacepy.github.io/
Submission: On May 19 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

GET search.html

<form class="search" action="search.html" method="get">
  <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
  <input type="submit" value="Go">
</form>

Text Content

NAVIGATION

 * index
 * modules |
 * next |
 * homepage| 
 * development| 
 * search| 
 * documentation »
 * SpacePy 0.3.0 documentation


TABLE OF CONTENTS

 * SpacePy 0.3.0 documentation
 * Getting Started
 * SpacePy Documents
 * Developer Guide
 * SpacePy Module Reference
   * Indices and tables

NEXT TOPIC

Installing SpacePy


THIS PAGE

 * Show Source


QUICK SEARCH




SPACEPY 0.3.0 DOCUMENTATION¶

SpacePy is a package for Python, targeted at the space sciences, that aims to
make basic data analysis, modeling and visualization easier. It builds on the
capabilities of the well-known NumPy and MatPlotLib packages. Publication
quality output direct from analyses is emphasized among other goals:

>  * Quickly obtain data
> 
>  * Create publications quality plots
> 
>  * Perform complicated analysis easily
> 
>  * Run common empirical models
> 
>  * Change coordinates effortlessly
> 
>  * Harness the power of Python

The SpacePy project seeks to promote accurate and open research standards by
providing an open environment for code development. In the space physics
community there has long been a significant reliance on proprietary languages
that restrict free transfer of data and reproducibility of results. By providing
a comprehensive, open-source library of widely-used analysis and visualization
tools in a free, modern and intuitive language, we hope that this reliance will
be diminished.

When publishing research which used SpacePy, please provide appropriate credit
to the SpacePy team via citation or acknowledgment.

To cite SpacePy in publications, use (BibTeX code):

@INPROCEEDINGS{spacepy11, author = {{Morley}, S.~K. and {Koller}, J. and
{Welling}, D.~T. and {Larsen}, B.~A. and {Henderson}, M.~G. and {Niehof},
J.~T.}, title = “{Spacepy - A Python-based library of tools for the space
sciences}”, booktitle = “{Proceedings of the 9th Python in science conference
(SciPy 2010)}”, year = 2011, address = {Austin, TX} }

Or to cite the code itself:

@software{SpacePy, author = {{Larsen}, B.~A. and {Morley}, S.~K. and {Niehof},
J.~T. and {Welling}, D.~T.}, title = {SpacePy}, publisher = {Zenodo}, doi =
{10.5281/zenodo.3252523}, url = {https://doi.org/10.5281/zenodo.3252523} }

Certain modules may provide additional citations in the __citation__ attribute.
Contact a module’s author (details in the __citation__ attribute) before
publication or public presentation of analysis performed by that module, or in
case of questions about the module. This allows the author to validate the
analysis and receive appropriate credit for his or her work.


GETTING STARTED¶

First steps in SpacePy and scientific Python.

 * Installing SpacePy
 * SpacePy - A Quick Start Documentation
 * SpacePy Help


SPACEPY DOCUMENTS¶

Further reference material on how to use SpacePy, and examples.

 * SpacePy Capabilities
 * Release Notes
 * SpacePy Case Studies
 * Publication List
 * Python 2 End of Support
 * SpacePy Configuration
 * SpacePy Scripts


DEVELOPER GUIDE¶

For those developing SpacePy, plus tips for all Python developers.

 * Writing Pythonic Code
 * SpacePy Python Programming Tips
 * Dependency version support
 * Documentation Standard
 * Unit tests
 * Continuous Integration


SPACEPY MODULE REFERENCE¶

Description of all functions within SpacePy, by module.

 * spacepy - main SpacePy module
 * ae9ap9 - Handle AE9/AP9 data files
 * coordinates - module for coordinate transforms
 * ctrans - Coordinate transformation backend
 * datamanager - easy access to and manipulation of data
 * datamodel - easy to use general data model
 * data assimilation - data assimilation module
 * empiricals - module with heliospheric empirical modules
 * igrf - IGRF magnetic field model
 * irbempy - Python interface to irbem/ONERA library
 * omni - module to read and process NASA OMNIWEB data
 * plot - Plot, various specialized plotting functions and associated utilities
 * PoPPy - Point Processes in Python
 * PyBats - SWMF & BATS-R-US Analysis Tools
 * pycdf - Python interface to CDF files
 * radbelt - Functions supporting radiation belt diffusion codes
 * SeaPy - Superposed Epoch in Python
 * time - Time conversion, manipulation and implementation of Ticktock class
 * toolbox - Toolbox of various functions and generic utilities


INDICES AND TABLES¶

 * Index

 * Module Index

 * Search Page

--------------------------------------------------------------------------------

Release

0.3.0

Doc generation date

Apr 27, 2022





NAVIGATION

 * index
 * modules |
 * next |
 * homepage| 
 * development| 
 * search| 
 * documentation »
 * SpacePy 0.3.0 documentation

© Copyright 2011-2022, The SpacePy Team. Created using Sphinx 4.4.0.