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

Line up LS8 GM cyear product with ARD _nbart aliases #1155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,40 @@ metadata:
name: ga_ls8c_nbart_gm_cyear_3

measurements:
- name: blue
- name: nbart_blue
dtype: int16
nodata: -999
units: '1'
- name: green
aliases:
- blue
- name: nbart_green
dtype: int16
nodata: -999
units: '1'
- name: red
aliases:
- green
- name: nbart_red
dtype: int16
nodata: -999
units: '1'
- name: nir
- name: nbart_nir
dtype: int16
nodata: -999
units: '1'
- name: swir1
aliases:
- nir
- name: nbart_swir1
dtype: int16
nodata: -999
units: '1'
- name: swir2
aliases:
- swir1
- name: nbart_swir2
dtype: int16
nodata: -999
units: '1'
aliases:
- swir2
- name: sdev
dtype: float32
nodata: .nan
Expand Down