Noah D. Brenowitz
Noah D. Brenowitz
Hi Peter, cc @darothen I just wanted to get the ball rolling on combining the functionality of our packages. I think the main thing I could contribute to a merged...
`StreamDataset.from_pubsub` is about 50-100x slower than a simple multi-threaded implementation with the pubsub python SDK. I can easily get 100 MB/s throughput with the latter, but only get 2 MB/s...
I usually have ipython notebook running on a remote server, which I then connect to over ssh using port forwarding. These are the commands I usually run. ``` ssh -L...
Hey, I just wanted to ask about the feasibility of using this library as a replacement for a large-scale parallel solver like PETSc or hypre. Looking at the code for...
I'm not if sure if this is a "bug" or intentional, but I've had some difficulty when using requester pays mode. Typical google auth doesn't require a default project to...
### Description A common use-case for cartopy is to generate a series of maps which are then compiled into a movie (e.g. with ffmpeg). This is slow. E.g. to transform,...
Machine learning applications often require iterating over every index along some of the dimensions of a dataset. For instance, iterating over all the `(lat, lon)` pairs in a 4D dataset...
@jhamman had the great idea in today's meeting of organizing an independent workshop on pangeo + ML to occur towards the end of the year. I think this is a...
Does the "static" method of coupling CCPP and the host require accessing the global state of the host model? For example, the single column models generated "ccpp_static_api.F90" file has these...
Hi! This is my first issue here on this repo. I have written a [library to call python from fortran](https://github.com/nbren12/call_py_fort) that I have found very useful for calling python-based machine...