We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa3496 commit 9ecc309Copy full SHA for 9ecc309
odc/stats/plugins/lc_veg_class_a1.py
@@ -2,7 +2,7 @@
2
Plugin of Module A1 in LandCover PipeLine
3
"""
4
5
-from typing import Tuple, Optional, Dict
+from typing import Optional, Dict
6
7
import numpy as np
8
import xarray as xr
@@ -19,13 +19,6 @@ class StatsDem(StatsPluginInterface):
19
VERSION = "0.0.1"
20
PRODUCT_FAMILY = "lccs"
21
22
- def __init__(
23
- self,
24
- measurements: Optional[Tuple[str, ...]] = None,
25
- **kwargs,
26
- ):
27
- super().__init__(**kwargs)
28
-
29
def native_transform(self, xx):
30
# reproject cannot work with nodata being int for float
31
# hence convert to nan
0 commit comments