At the moment the nansat supports the import of only one custom package of external user-developed nansat_mappers. However, it can be useful to allow the import of an arbitrary number of external mappers related to different top-level projects e.g.:
Hi @akorosov, it seems for me like a reasonable enhancement for the nansat and I guess I have a not too bad idea about how to implement it. Do you think it could be useful?
At the moment the
nansat
supports the import of only one custom package of external user-developednansat_mappers
. However, it can be useful to allow the import of an arbitrary number of external mappers related to different top-level projects e.g.:To support this feature the
_import_mappers
method from thenansat
module should be reworked.