diff --git a/te_algorithms/gdal/util.py b/te_algorithms/gdal/util.py index e98c3a8..a36441c 100644 --- a/te_algorithms/gdal/util.py +++ b/te_algorithms/gdal/util.py @@ -9,8 +9,8 @@ from defusedxml.ElementTree import parse from osgeo import gdal, ogr, osr -from .util_numba import _accumulate_dicts from ..common.soc import trans_factors_for_custom_legend +from .util_numba import _accumulate_dicts logger = logging.getLogger(__name__) diff --git a/te_algorithms/gee/productivity.py b/te_algorithms/gee/productivity.py index a0d7034..3dcd998 100644 --- a/te_algorithms/gee/productivity.py +++ b/te_algorithms/gee/productivity.py @@ -579,9 +579,15 @@ def productivity_state( band_infos, ) + def productivity_faowocat( - low_bio_year, medium_bio_year, high_bio_year, years_interval, - modis_mode, prod_asset, logger + low_bio_year, + medium_bio_year, + high_bio_year, + years_interval, + modis_mode, + prod_asset, + logger, ): logger.debug("Entering productivity_faowocat function.") @@ -631,5 +637,3 @@ def productivity_faowocat( ), ], ) - -