Tobias Megies
Tobias Megies
:thumbsup: Feel free to open a PR right away, so people can give feedback
I have two ocmments, above. Otherwise this looks pretty much ready, besides the many PEP8 fails, missing changelog etc
> a list of unimplemented functionality possibly tbd: > > * writing to file is not implemented Do we even need that? It's just tuples of strings for the most...
> 1. (possibly) implement extent endpoint request (discussion still open) I had another look, how about the following.. add a kwarg `details=True` and use endpoint `query` by default and fall...
Tempted to bump this to next version, to speed up getting 1.4.0 out.. I think there was still some things unclear about how to do some of the implementation? What...
@damb personally, I'm not a huge fan of allowing the abbreviated versions, but since we have it in the regualr FDSN Client, it seems, probably we should do the same...
Had the same problem, file permissions on the extra point were set weirdly for whatever reason. Here's a patch that makes it work for me: ```diff diff --git a/repo2docker/buildpacks/base.py b/repo2docker/buildpacks/base.py...
I don't see why we shouldn't add support for that. It might be a little bit more complicated to add though, when you look at where authentication is handled, probably...
CC @chad-earthscope @nick-falco
Hmm.. no there must be something else wrong if this doesn't work. Inside obspyck I need to do an ugly monkey patch of man event-type obspy classes. Essentially we're not...