Skip to content

Commit

Permalink
Merge pull request #369 from digitalearthafrica/ndvi_clim_dtype
Browse files Browse the repository at this point in the history
Change dtype of count measurements in NDVI climatology
  • Loading branch information
cbur24 authored Jan 12, 2022
2 parents f28a3d4 + 048eb17 commit 5ebbc3f
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions products/ndvi_climatology_ls.odc-product.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: ndvi_climatology_ls
description: Monthly NDVI Climatologies produced by Digital Earth Africa.
metadata_type: eo3
Expand Down Expand Up @@ -181,82 +182,82 @@ measurements:
aliases:
- COUNT_JAN
- count_january
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_feb
aliases:
- COUNT_FEB
- count_february
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_mar
aliases:
- COUNT_MAR
- count_march
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_apr
aliases:
- COUNT_APR
- count_april
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_may
aliases:
- COUNT_MAY
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_jun
aliases:
- COUNT_JUN
- count_june
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_jul
aliases:
- COUNT_JUL
- count_july
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_aug
aliases:
- COUNT_AUG
- count_august
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_sep
aliases:
- COUNT_SEP
- count_september
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_oct
aliases:
- COUNT_OCT
- count_october
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_nov
aliases:
- COUNT_NOV
- count_november
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'
- name: count_dec
aliases:
- COUNT_DEC
- count_december
dtype: int8
nodata: 0
dtype: int16
nodata: -999
units: '1'

0 comments on commit 5ebbc3f

Please sign in to comment.