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

Initial commit for iwmi products #548

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions dev/products_dev.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ isda_soil_carbon_total,https://raw.githubusercontent.com/digitalearthafrica/conf
isda_soil_clay_content,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/isda_soil_clay_content.odc-product.yaml
isda_soil_sand_content,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/isda_soil_sand_content.odc-product.yaml
isda_soil_silt_content,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/isda_soil_silt_content.odc-product.yaml
iwmi_blue_et_monthly,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/iwmi_blue_et_monthly.odc-product.yaml
iwmi_green_et_monthly,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/iwmi_green_et_monthly.odc-product.yaml
gm_s2_annual,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/gm_s2_annual.odc-product.yaml
gm_s2_annual_lowres,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/gm_s2_annual_lowres.odc-product.yaml
gm_s2_semiannual,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/gm_s2_semiannual.odc-product.yaml
Expand Down
15 changes: 15 additions & 0 deletions products/iwmi_blue_et_monthly.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: iwmi_blue_et_monthly
description: Monthly Incremental Evapotranspiration (ET) for Africa from the
Water Accounting Plus project.
metadata_type: eo3

metadata:
product:
name: iwmi_blue_et_monthly

measurements:
- name: data
dtype: float32
nodata: -9999
units: "mm/month"
15 changes: 15 additions & 0 deletions products/iwmi_green_et_monthly.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: iwmi_green_et_monthly
description: Monthly Rainfall Evapotranspiration (ET) for Africa from the
Water Accounting Plus project.
metadata_type: eo3

metadata:
product:
name: iwmi_green_et_monthly

measurements:
- name: data
dtype: float32
nodata: -9999
units: "mm/month"
Loading