Skip to content

Commit 9ecc309

Browse files
emmaaiEmma Ai
andauthored
remove incorrect init in dem plugin (#168)
Co-authored-by: Emma Ai <emma.ai@ga.gov.au>
1 parent 1aa3496 commit 9ecc309

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

odc/stats/plugins/lc_veg_class_a1.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Plugin of Module A1 in LandCover PipeLine
33
"""
44

5-
from typing import Tuple, Optional, Dict
5+
from typing import Optional, Dict
66

77
import numpy as np
88
import xarray as xr
@@ -19,13 +19,6 @@ class StatsDem(StatsPluginInterface):
1919
VERSION = "0.0.1"
2020
PRODUCT_FAMILY = "lccs"
2121

22-
def __init__(
23-
self,
24-
measurements: Optional[Tuple[str, ...]] = None,
25-
**kwargs,
26-
):
27-
super().__init__(**kwargs)
28-
2922
def native_transform(self, xx):
3023
# reproject cannot work with nodata being int for float
3124
# hence convert to nan

0 commit comments

Comments
 (0)