Skip to content

Commit

Permalink
Add DEM Derivatives from SRTM
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Oct 20, 2021
1 parent 642ffe6 commit 2acc3af
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
1 change: 1 addition & 0 deletions dev/products_dev.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nasadem,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/m
dem_cop_30,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/dem_cop_30.odc-product.yaml
dem_cop_90,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/dem_cop_90.odc-product.yaml
dem_srtm,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/dem_srtm.odc-product.yaml
dem_srtm_deriv,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/dem_srtm_deriv.odc-product.yaml
nasadem,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/nasadem.odc-product.yaml
io_lulc,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/io_lulc.odc-product.yaml
gm_s2_annual,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/gm_s2_annual.odc-product.yaml
Expand Down
1 change: 1 addition & 0 deletions prod/products_prod.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ crop_mask_northern,https://raw.githubusercontent.com/digitalearthafrica/config/m
dem_cop_30,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/dem_cop_30.odc-product.yaml
dem_cop_90,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/dem_cop_90.odc-product.yaml
dem_srtm,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/dem_srtm.odc-product.yaml
dem_srtm_deriv,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/dem_srtm_deriv.odc-product.yaml
nasadem,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/nasadem.odc-product.yaml
io_lulc,https://raw.githubusercontent.com/opendatacube/datacube-dataset-config/main/products/io_lulc.odc-product.yaml
fc_ls,https://raw.githubusercontent.com/digitalearthafrica/config/master/products/fc_ls.odc-product.yaml
Expand Down
10 changes: 5 additions & 5 deletions products/dem_srtm.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: dem_srtm
description: 1 second elevation model
metadata_type: eo
metadata_type: eo3

license: CC-BY-4.0

metadata:
platform:
code: SRTM
instrument:
name: SIR
product:
name: dem_srtm

storage:
crs: EPSG:4326
Expand Down
32 changes: 32 additions & 0 deletions products/dem_srtm_deriv.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: dem_srtm_deriv
description: 1 second elevation model derivatives
metadata_type: eo3

license: CC-BY-4.0

metadata:
product:
name: dem_srtm_deriv

storage:
crs: EPSG:6933
resolution:
x: 30
y: -30

measurements:
- name: mrvbf
dtype: int16
nodata: -32768.0
units: "1"

- name: mrrtf
dtype: int16
nodata: -32768.0
units: "1"

- name: slope
dtype: float32
nodata: -9999.0
units: "1"

0 comments on commit 2acc3af

Please sign in to comment.