Christoph Paulik
Christoph Paulik
Compatible with 0.36 and 1.0.x Should fix https://github.com/OpenGeoscience/geonotebook/issues/139
This is the minimum example I could find that reproduces the error. You can see that as soon as there is some data in the variable it is no longer...
Hi, I'm not sure it this is a bug, but for me this was not expected behaviour. If I append to an existing variable in a netCDF file that has...
Reading [Section 2.2 of the CF conventions](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.html#idp4767584) I gather that I can only use `np.byte` datatypes but if `valid_range` is using `np.ubyte` values then the byte data should be interpreted...
I've been trying to compile mapnik and python-mapnik with conda which I was able to do in tha past. But now I consistently get the following error after compilation: ```python...
Hi, As I already mentioned in https://github.com/mapnik/mapnik/issues/3957#issuecomment-409242605 I have compiled conda packages for `mapnik` and `python-mapnik`. Currently I've compiled the following versions for linux and python 2.7 with all optional...
It would be great if SciLuigi could work with parameters other than strings. I tried to use DictParameters and IntParameters in the MetaWF example and both failed. Am I doing...
If any package dependency is not met the entry point fails to load. Even if this does not impact the functioning of the CLI at all Could this be replaced...
I can adapt the tests etc. If you agree that this is a workable way and if this issue is indeed a problem you don't want to see. Fix #31
Would you consider making `python-fmask` and official python package? This would be great since it - avoids future naming conflicts if it is registered on pypi - makes it automatically...