Skip to content

topo_da: getSamples_inModisPixel() #76

@ArcticSnow

Description

@ArcticSnow

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions