Skip to content

Commit

Permalink
Merge pull request #517 from digitalearthafrica/sentinel-2-collection…
Browse files Browse the repository at this point in the history
…-1-product

Sentinel 2 collection 1 product
  • Loading branch information
abradley60 authored May 1, 2024
2 parents b1a1599 + e56bc09 commit 9306707
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/products_dev.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ maxar_morocco_earthquake_8bands,https://raw.githubusercontent.com/digitalearthaf
pc_s2_annual,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/pc_s2_annual.odc-product.yaml
s1_rtc,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/esa_s1_rtc.odc-product.yaml
s2_l2a,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/esa_s2_l2a.odc-product.yaml
s2_l2a_c1,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/s2_l2a_c1.odc-product.yaml
s3_ol_2_wfr_nrt,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/esa_s3_ol_2_wfr_nrt.odc-product.yaml
wofs_ls,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/wofs_ls.odc-product.yaml
wofs_ls_summary_alltime,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/wofs_ls_summary_alltime.odc-product.yaml
Expand Down
117 changes: 117 additions & 0 deletions products/s2_l2a_c1.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
---
name: s2_l2a_c1
description: ESA Sentinel-2A and Sentinel-2B Collection 1
Level-2A Surface Reflectance
metadata_type: eo3

metadata:
product:
name: s2_l2a_c1

measurements:
- name: "B01"
aliases: [band_01, coastal_aerosol]
units: "1"
dtype: uint16
nodata: 0

- name: "B02"
aliases: [band_02, blue]
units: "1"
dtype: uint16
nodata: 0

- name: "B03"
aliases: [band_03, green]
units: "1"
dtype: uint16
nodata: 0

- name: "B04"
aliases: [band_04, red]
units: "1"
dtype: uint16
nodata: 0

- name: "B05"
aliases: [band_05, red_edge_1]
units: "1"
dtype: uint16
nodata: 0

- name: "B06"
aliases: [band_06, red_edge_2]
units: "1"
dtype: uint16
nodata: 0

- name: "B07"
aliases: [band_07, red_edge_3]
units: "1"
dtype: uint16
nodata: 0

- name: "B08"
aliases: [band_08, nir, nir_1]
units: "1"
dtype: uint16
nodata: 0

- name: "B8A"
aliases: [band_8a, nir_narrow, nir_2]
units: "1"
dtype: uint16
nodata: 0

- name: "B09"
aliases: [band_09, water_vapour]
units: "1"
dtype: uint16
nodata: 0

- name: "B11"
aliases: [band_11, swir_1, swir_16]
units: "1"
dtype: uint16
nodata: 0

- name: "B12"
aliases: [band_12, swir_2, swir_22]
units: "1"
dtype: uint16
nodata: 0

- name: "SCL"
aliases: [mask, qa]
units: "1"
dtype: uint8
nodata: 0
flags_definition:
qa:
bits: [0, 1, 2, 3, 4, 5, 6, 7]
description: Sen2Cor Scene Classification
values:
0: no data
1: saturated or defective
2: dark area pixels
3: cloud shadows
4: vegetation
5: bare soils
6: water
7: unclassified
8: cloud medium probability
9: cloud high probability
10: thin cirrus
11: snow or ice

- name: "AOT"
aliases: [aerosol_optical_thickness]
units: "1"
dtype: uint16
nodata: 0

- name: "WVP"
aliases: [scene_average_water_vapour]
units: "1"
dtype: uint16
nodata: 0

0 comments on commit 9306707

Please sign in to comment.