Skip to content

Commit

Permalink
Fix SR_QA_AEROSOL asset key.
Browse files Browse the repository at this point in the history
  • Loading branch information
lossyrob authored and gadomski committed Jun 9, 2021
1 parent 065ff38 commit 7e67bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stactools_landsat/stactools/landsat/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def add_asset(self, item: pystac.Item, mtl_metadata: MtlMetadata,
is_sr=True)
QA_AEROSOL_ASSET_DEF = AssetDef(
href_suffix="SR_QA_AEROSOL.TIF",
key="SR_B8",
key="SR_QA_AEROSOL",
title="Aerosol Quality Analysis Band",
description=("Collection 2 Level-2 Aerosol Quality Analysis Band "
"(ANG) Surface Reflectance"),
Expand Down

0 comments on commit 7e67bce

Please sign in to comment.