File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
pyrasterframes/src/main/python Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -598,3 +598,9 @@ def __init__(self):
598598 super (NoDataFilter , self ).__init__ ()
599599 self ._java_obj = self ._new_java_obj ("org.locationtech.rasterframes.ml.NoDataFilter" , self .uid )
600600
601+
602+ def setInputCols (self , value ):
603+ """
604+ Sets the value of :py:attr:`inputCol`.
605+ """
606+ return self ._set (inputCols = value )
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ def dest_file(self, src_file):
154154numpy = 'numpy'
155155pandas = 'pandas'
156156pypandoc = 'pypandoc'
157+ pyproj = 'pyproj'
157158pytest_runner = 'pytest-runner'
158159pytz = 'pytz'
159160rasterio = 'rasterio'
@@ -199,6 +200,7 @@ def dest_file(self, src_file):
199200 pytz ,
200201 shapely ,
201202 pyspark ,
203+ pyproj ,
202204 numpy ,
203205 matplotlib ,
204206 pandas ,
You can’t perform that action at this time.
0 commit comments