We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: