spacepy
spacepy copied to clipboard
Space Science library for Python - contains superposed epoch classes, drift shell tracing, access to magnetic field models, streamline tracing, bootstrap confidence limits, time and coordinate convers...
This PR will make sure that the `spacepy.pybats.ram` functionality is up-to-date and compatible with output files from the current version of RAM. - Fix time parsing in E field files...
This PR includes the upstream changes to IRBEM (see PRBEM/IRBEM#32) to close #577 and fix some other coordinate system transform errors (and to just bring us back in sync with...
I've just had a student in who's been struggling to get SpacePy compiling on her Mac, and the issue was that `pip install spacepy` failed due to there not being...
We have a number of data files (e.g. the neural net connections as in #603) which are installed with the SpacePy library. In most places these are loaded by identifying...
[get_omni](https://spacepy.github.io/autosummary/spacepy.omni.get_omni.html#spacepy.omni.get_omni) allows the specification of a database, with the default being the Qin-Denton data based on OMNI1 and the other main supported option being the OMNI2. Unfortunately the OMNI2 data...
My issue is a general feature request. Interpolation routines need to be able to skip gaps in the input data, and also to treat FILL values in the input data...
Right now spacepy.rc is opened read/write in case there are defaults that need to be written. This shouldn't be necessary and can cause problems in a managed environment. Two possible...
My issue is that spacepy crashes due to a missing library, irbempylib. The compile and install complete without any error or warnings. This used to work and a month or...
There's some gnarly 2010-era code in the `assoc` method of `PoPPy` that doesn't work with current numpy "The truth value of an array with more than one element is ambiguous."...
The pybats trace2d functions currently extrapolate for one grid point outside the given domain. This means the streamline can leave and reenter the domain in a nonphysical way. There's a...