Daniel Scheffler
Daniel Scheffler
* HtmlTestRunner version: 1.1.1 * Python version: 3.6 * Operating System: Ubuntu Linux ### Description I tried out your example on the main page including the ``` if __name__ ==...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python import numpy as np from pyresample.bilinear import NumpyBilinearResampler from pyresample import geometry area_def = \ geometry.AreaDefinition('areaD', 'Europe (3km,...
How about releasing pandasgui on conda-forge? This might help to resolve the current installation/import issues. Here are their instructions how to contribute packages: https://conda-forge.org/docs/maintainer/adding_pkgs.html I have some experience with that...
In case a requirement found in the requirements.txt is not installed in the current environment, liccheck fails with an AttributeError like this: ```python (myenv) me@geoms:~$ liccheck --no-deps gathering licenses... Traceback...
This plugin does not seem to be compatible anymore with the new UI of PyCharm 2023.1. The icon of the day-and-night-plugin does not show up and also the automatic switch...
## Expected behavior and actual behavior. When using `gdal.Warp` and warping via GEOLOCATION arrays and setting VRT as output format, large parts of the resampled output are blurred. This happens...