Skip to content

Commit

Permalink
Fix typo in false_color_surf name for viirs_edr
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 30, 2024
1 parent 25261f3 commit 96e10e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polar2grid/readers/viirs_edr.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

I_PRODUCTS = ["surf_refl_I{:02d}".format(chan_num) for chan_num in range(1, 4)]
M_PRODUCTS = ["surf_refl_M{:02d}".format(chan_num) for chan_num in range(1, 12) if chan_num not in (6, 9)]
SURF_COMPS = ["true_color_surf", "false_color_ref"]
SURF_COMPS = ["true_color_surf", "false_color_surf"]
OTHER_PRODS = ["NDVI", "EVI", "CldTopTemp", "CldTopHght", "AOD550", "VLST"]

PRODUCT_ALIASES = {}
Expand Down

0 comments on commit 96e10e8

Please sign in to comment.