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

Landsat metadata file error #84

Open
KimBerry opened this issue Mar 11, 2016 · 0 comments
Open

Landsat metadata file error #84

KimBerry opened this issue Mar 11, 2016 · 0 comments

Comments

@KimBerry
Copy link

help2
help 2

There are two errors that I could use some help with. The first relates to the pathname

meta_path = r'D:\Daryl_Ann_Winstead\ACL_MSFC\Spring2016\LakeVic\Data\Landsat\LC81700602016022LGN00\LC81700602016022LGN00_MTL.txt'

The other error relates to dnppy/dnppy/landsat/surface_reflectance.py

for k in xrange(6):
if outdir:
outdir = os.path.abspath(outdir)
asr_path = "{0}{1}".format(outdir, out_list[k])
else:
asr_path = "{0}{1}".format(toa_folder, out_list[k])
refl_surf = (toa_list[k] - pr_bands[k])/(entisr_bands[k] * entsrrs_bands[k])

in the dnppy code? Would updating dnppy correct the issue?

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

1 participant