From af41902ff573d1a4b0b4cbffc4bce1c04f3dbd0a Mon Sep 17 00:00:00 2001 From: Alex Leith Date: Tue, 14 Dec 2021 14:54:50 +1100 Subject: [PATCH] Add chirps daily to dev (#362) --- dev/products_dev.csv | 1 + .../rainfall_chirps_daily.odc-product.yaml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 products/rainfall_chirps_daily.odc-product.yaml diff --git a/dev/products_dev.csv b/dev/products_dev.csv index fd3f0097..dc91c2d4 100644 --- a/dev/products_dev.csv +++ b/dev/products_dev.csv @@ -36,6 +36,7 @@ wofs_ls_summary_annual,https://raw.githubusercontent.com/digitalearthafrica/conf fc_ls,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/fc_ls.odc-product.yaml fc_ls_summary_annual,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/fc_ls_summary_annual.odc-product.yaml rainfall_chirps_monthly,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/rainfall_chirps_monthly.odc-product.yaml +rainfall_chirps_daily,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/rainfall_chirps_daily.odc-product.yaml gmw,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/gmw.odc-product.yaml esa_worldcover,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/esa_worldcover.odc-product.yaml cgls_landcover,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/cgls_landcover.odc-product.yaml diff --git a/products/rainfall_chirps_daily.odc-product.yaml b/products/rainfall_chirps_daily.odc-product.yaml new file mode 100644 index 00000000..621bf677 --- /dev/null +++ b/products/rainfall_chirps_daily.odc-product.yaml @@ -0,0 +1,20 @@ +--- +name: rainfall_chirps_daily +description: Rainfall Estimates from Rain Gauge and Satellite Observations +metadata_type: eo3 + +metadata: + product: + name: rainfall_chirps_daily + +storage: + crs: EPSG:4326 + resolution: + longitude: 0.05000000074505806 + latitude: -0.05000000074505806 + +measurements: + - name: rainfall + dtype: float32 + nodata: -9999 + units: "mm"