Jon Niehof
Jon Niehof
Down to 70%, including the integration tests. Lots of little exceptional cases to check, bigger chunks: - quaternionRotateVector is untested - update isn't tested and should probably go in the...
CDF has some metadata that isn't in the attributes: the CDF type, compression, record variance, etc. Right now I'm getting those out to dmarray-like objects by subclassing dmarray (VarCopy) and...
Consider a variable dimensioned (5, 3). Assume no data has been written. Everywhere in here, assume "read" means "index [...]", i.e. read everything. Reading explicit indices will obviously raise an...
The BibTeX exported from our Zenodo record isn't terribly useful--it doesn't have the name in a good format, and we're in with a mixture of names and usernames (which puts...
Once #342 is handled it should be possible to do many of the figures in Jordanova et al 2014 as a case study.
I have several rampy enhancements that I made for Jordanova et al 2014 that need to be integrated. This is just so I don't lose sight of it :)
This PR provides methods to plot data in SpaceData assuming they are ISTP-compliant. There are also several helper methods to support this which I intend to continue to flesh out...
This PR removes the automatic application of plot styles on import of spacepy.plot. There are also a few pieces of code relevant to the styles which had workarounds for "old"...
From the discussion in #653, pybats appears to use different values for the Earth radius in different contexts. It also has a few other physical constants that get referenced. We...
#449 adds support for reading gzip files in ``readJSONheadedASCII`` and ``readJSONMetadata``. #448 proposes both gzip and zip support. Making a new issue just for zip support since the implementation was...