Since pytroll/satpy#1117 it has been possible to add compositors to Satpy using the setuptools entry_points system. This is a much cleaner and more portable solution than the current function in sattools.ptc.add_pkg_comps_mods. The latter should be replaced.
Since pytroll/satpy#1117 it has been possible to add compositors to Satpy using the setuptools
entry_pointssystem. This is a much cleaner and more portable solution than the current function insattools.ptc.add_pkg_comps_mods. The latter should be replaced.