Skip to content
  • Daniel Scheffler's avatar
    First structure draft for EnPT modules. · 71a3d669
    Daniel Scheffler authored
    contains:
    - "examples" subpackage: to be used for all software examples, e.g. IPython notebooks demonstrating how code is to be used
    - within "enpt" package:
        - "execution" module: all code related to execution of function, e.g. the process controller
        - "model" module: our dataset representation, e.g. for EnMAP images with different processing levels
        - "processors" module: submodules with all processors needed within EnPT
        - "utils" module: to be used for geoprocessing tools, path generators, loggers, ...
    - "tests": added test submodule for radiometric_transform processor
    71a3d669