Daniel Scheffler

Results 12 comments of Daniel Scheffler

Thanks! It would really nice to combine it with nosetests!

Thanks for the reply. I agree, if there is a limitation of the current bilinear algorithm, this should be mentioned in the docs. Additionally, I would also return a meaningful...

@pnuu So far, I worked around this issue by pinning pyresample to

@adamerose If you want, I can submit a recipe for pandasgui to conda-forge. I am pretty sure that this will help to resolve issues as mentioned by @Ming-D-BigData above.

@adamerose There is a first release of pandasgui 0.2.7 available on conda-forge for Linux and Windows: https://anaconda.org/conda-forge/pandasgui/files I just installed it successfully on Linux. Details ``` (base) danschef@geoms:~$ conda create...

Sure that pyqt5-sip should not be listed as 'sip' in your environment? This is also installed on my machine: `sip pkgs/main/linux-64::sip-4.19.13-py38he6710b0_0` If an import error is raised, you should open...

> What would be the ratio between the width of the line and pixel spacing? Not entirely sure what you mean but the input dataset was created like this: ```python...

Just noted that there was `warpOptions = gdal.WarpOptions(format='GTIFF')` in the code snippet above (which works) but it should be `warpOptions = gdal.WarpOptions(format='VRT')`. I updated the description.

Ok, sounds reasonable to me. Is this something which I could fix on my side, e.g., by providing additional warpOptions or creationOptions?