Skip to content

Commit

Permalink
Merge pull request #6 from NASA-IMPACT/fix/collection2bands
Browse files Browse the repository at this point in the history
Use toa_band9 for hls hdf as per Junchang's request.
  • Loading branch information
sharkinsspatial authored Oct 29, 2020
2 parents aff7f28 + d082a0b commit 11d485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_landsat_sr_hdf_xml/create_landsat_sr_hdf_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(inputxmlfile, outputxmlfile,):
elif band.get('name') == 'radsat_qa':
band.set('name', 'bandQA')
band.set('product', hls_product)
elif band.get('name') == 'b9':
elif band.get('name') == 'toa_band9':
band.set('name', 'band09')
band.set('product', hls_product)
elif band.get('name') == 'bt_band10':
Expand Down

0 comments on commit 11d485c

Please sign in to comment.