TopoPyScale icon indicating copy to clipboard operation
TopoPyScale copied to clipboard

topo_da: getSamples_inModisPixel()

Open ArcticSnow opened this issue 2 years ago • 0 comments

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

ArcticSnow avatar May 11 '23 15:05 ArcticSnow