Adrien Perrin

Results 7 issues of Adrien Perrin

Generally, the string representation of vocabulary instances relies on their short name, but some don't have one. For example: ```python OrderedDict([('Category', 'Earth Remote Sensing Instruments'), ('Class', 'Active Remote Sensing'), ('Type',...

enhancement

Directly including the `geospaas.urls` module in a project's `urls` module results in a `NoReverseMatch` exception with the following message: `'base_viewer' is not a registered namespace`. Maybe it can just be...

bug

In several places, ´print´ is used for log messages (for example in the constructor of the ´Nansat´ class). Loggers should be used everywhere, so that the destination (file, console, etc...)...

enhancement

The version of [Nansat on PyPI](https://pypi.org/project/nansat/) is build as an egg package, which is [deprecated](https://packaging.python.org/discussions/wheel-vs-egg/). It would be best to switch to wheel.

enhancement

The current nansat docker image is huge, mainly because of Conda. If this becomes a problem, we can trim it down by building it without conda, and following some Docker...

enhancement

The documentation is not building anymore, which is most likely a problem with webhooks configuration.

bug
documentation

Resolves #547

documentation