Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

topo_da: getSamples_inModisPixel() #76

Open
ArcticSnow opened this issue May 11, 2023 · 0 comments
Open

topo_da: getSamples_inModisPixel() #76

ArcticSnow opened this issue May 11, 2023 · 0 comments
Assignees

Comments

@ArcticSnow
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants