Derrick Chambers
Derrick Chambers
### What does this PR do? This PR adds some support for numpy's date time representations. It doesn't solve all the issues but does address most of them without any...
When the `__init__` method of `UTCDateTime` fails it produces very opaque error messages. It would be nicer if they were more clear. For example: It would be nice if this...
### What does this PR do? This PR is a refactor of the `konnoohmachi` module of obspy.signal. It makes three main changes: 1) Uses `outer` methods of numpys ufuncs to...
I am opening this issue to discuss implementing validation methods on the `Stream`, `Catalog`, and `Inventory` classes. Possible use of validators have been discussed in #1117 and #2091 (maybe others)....
So I saw [this page](nbsphinx.readthedocs.io/en/0.3.5/markdown-cells.html#Links-to-Domain-Objects) on the docs but in the example a link to a rst file is used rather than a python domain, like those mentioned [here](https://stackoverflow.com/a/22714510). Is...
When creating a Mollweide projection map with a positive `lon_0` the x axis of the plot reverses. I am using basemap version 1.1.0, matplotlib version 3.0.2, python 3.6, and Ubuntu...
Hello, A colleague and I have noticed that using the move_std method on a large float 32 array can return some strange results, mainly zeros when the std of the...
## Description Hi, I am trying to visualize 10,000 - 100,000 seismic events. I am plotting the events as spheres sized according to magnitude and colored according to origin time....
Hi, I am using pytest-codeblocks to test documentation code snippets that get built with sphinx and the [myst_parser](https://github.com/executablebooks/MyST-Parser/issues/133). The problem I am running into is that I have to write...
First of, thanks for this library. Of all the mkdocs API documentation libraries this one has worked the best so far. God knows we need something besides sphinx for making...