Gerrit Holl

Results 120 comments of Gerrit Holl

I don't know how to resolve the issue raised by the Codacy Static Code Analysis — it seems to arise from the magic concerning `__all__` in `src/metpy/io/__init__.py`.

@dcamron @dopplershift My PR has a dependency on [pint-pandas](https://github.com/hgrecco/pint-pandas), a package which I think should fit well with the MetPy philosophy of associating units with numbers. However, there appears to...

I'm not sure when the tests were run, but looking at them to see the error I get under "install dependencies": > Error: The log was not found. It may...

@pnuu I think this would be nice to have in the next Satpy release. Any chance of looking into the test failures and merge conflicts?

@zxdawn What is the status of this PR? Anything left to do? It seems codebeat is worried about a couple of issues.

@djhoese What is the status of this PR? Is this still current? Seems to have some merge conflicts.

@JohannesSMHI This sadly seems to have some merge conflicts by now. Any chance of looking into those?

> Is there any documentation available for this? A link to a paper or even to a powerpoint deck or something would be nice to explain what this composite is...

The colorized version is still wrong: ![201709200630-MTG-I1-fci-mtg_fci_fdss_1km-day_essl_colorized_low_level_moisture](https://user-images.githubusercontent.com/500246/192750739-15decbbd-80b8-4ced-836b-2ad8e28a1ba2.jpg) Investigating what could be the problem.

Should the colorised version be done in the compositor or in an enhancement? At first I tried it in the compositor: ```python def __call__(self, projectables, others=None, **info): """Generate the ESSL...