TopoPyScale
TopoPyScale copied to clipboard
topo_da: getSamples_inModisPixel()
This functions has undefined variables, indicated by flint:
./TopoPyScale/topo_da.py:1150:28: F821 undefined name 'x2'
py, px = dataset.index(x2, y2)
^
./TopoPyScale/topo_da.py:1150:32: F821 undefined name 'y2'
py, px = dataset.index(x2, y2)
^
./TopoPyScale/topo_export.py:568:72: F821 undefined name 'csv'
df.to_csv(foutput, index=False, header=False, sep=',', quoting=csv.QUOTE_NONE)
Therefore I comment out this function until fixed