BioPAL / BioPAL

BIOMASS Product Algorithm Laboratory
https://biopal.org/
MIT License
90 stars 26 forks source link

Created AGB main APP ("AboveGroundBiomass"), #7

Closed emanuelegiorgi closed 4 years ago

emanuelegiorgi commented 4 years ago

This is the starting point of converting the BioPal into self-consistent "APPs": a class called AboveGroundBiomass is the main APP that calls in sequence the two steps in which the AGB processor has been divided: StackBasedProcessing class APP + AGBCoreProcessing class APP. Their code can be found into _mainAGB.py module.

The code inside the above classes run methods has not been modified (exception made for some more PEP8 style change), so the code and the processing algorithm is unchanged, same results.