Phillip J. Wolfram
Phillip J. Wolfram
It would be nice to include the [Apollonius_Graph_2](https://github.com/rustychris/rustychris-apollonius) binding in the official binding for compatibility with coastal unstructured grid generator [stomel / TOM](https://github.com/rustychris/stomel). Any ideas on how to do this...
Compatibility appears to be constrained to ImageMagick 6.X, not 7.X because of C++ template / class errors as well as class redefinition. Versions that appear to work together in linux:...
It would be good to have a few simple 'hello world' examples of usage, e.g., something along the lines of http://stackoverflow.com/questions/1740158/documents-and-examples-of-pythonmagick
Is there some way to do a groupby operation where some dimension is excluded from the operation, e.g., a vectorized version of something like this: ``` python vertlevels = [ds.vel.sel(nVertLevels=i).groupby('y').mean()...