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

Add test bc metadata files #37

Merged
merged 9 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions configs/bc_processings/bc_ls_cy_debug_4gm_7bands_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,18 @@ input_products:
- swir1
- swir2

product:
name: bc_ls_cy_debug
short_name: bc_ls_cy_debug
version: 3.0.0
product_family: burncube
bands:
- wofssevere
- wofsseverity
- wofsmoderate
- severe
- severity
- moderate
- count

task_table: 10-year-historical-processing-4year-geomad.csv
14 changes: 14 additions & 0 deletions configs/bc_processings/bc_ls_cy_pre_release_4gm_7bands_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,18 @@ input_products:
- swir1
- swir2

product:
name: ga_ls8c_bc_4cyear_2020
short_name: ga_ls8c_bc_4cyear_2020
version: 3.0.0
product_family: burncube
bands:
- wofssevere
- wofsseverity
- wofsmoderate
- severe
- severity
- moderate
- count

task_table: 10-year-historical-processing-4year-geomad.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ input_products:
- swir1
- swir2

product:
name: ga_ls8c_bc_4fyear_2020
short_name: ga_ls8c_bc_4fyear_2020
version: 3.0.0
product_family: burncube

task_table: 10-year-historical-processing-4year-geomad.csv
50 changes: 50 additions & 0 deletions configs/bc_products/ga_ls8c_bc_4cyear_2020.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: ga_ls8c_bc_4cyear_2020
description: Geoscience Australia Landsat Nadir BRDF Adjusted Reflectance Terrain, Landsat 8 Burn Cube 4 Calendar Years Collection 3
license: CC-BY-4.0
metadata_type: eo3

metadata:
properties:
odc:file_format: GeoTIFF
odc:product_family: burncube
product:
name: ga_ls8c_bc_4cyear_2020

measurements:
- name: wofssevere
dtype: float64
nodata: -999
units: '1'
- name: wofsseverity
dtype: float64
nodata: -999
units: '1'
- name: wofsmoderate
dtype: float64
nodata: -999
units: '1'
- name: severe
dtype: int16
nodata: -999
units: '1'
- name: severity
dtype: float64
nodata: -999
units: '1'
- name: moderate
dtype: int16
nodata: -999
units: '1'
- name: count
dtype: int16
nodata: -999
units: '1'

load:
crs: 'epsg:3577'
resolution:
y: -30
x: 30
align:
y: 0
x: 0
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Pygments==2.14.0
pyparsing==3.0.9
pyproj==3.2.1
pyrsistent==0.19.3
pystac==1.7.3
python-dateutil==2.8.2
pyTMD==1.1.3
pytz==2023.2
Expand Down
Loading