Skip to content

Commit

Permalink
Merge pull request #354 from digitalearthafrica/nodata_cm
Browse files Browse the repository at this point in the history
change nodata for prob layer to 255, update prob style
  • Loading branch information
cbur24 authored Nov 30, 2021
2 parents d080263 + 03e784a commit 6b75b09
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 254 deletions.
2 changes: 1 addition & 1 deletion products/crop_mask_eastern.odc-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ measurements:
- name: prob
aliases: ['crop_prob', 'PROB']
dtype: uint8
nodata: 0
nodata: 255
units: '1'

- name: filtered
Expand Down
2 changes: 1 addition & 1 deletion products/crop_mask_northern.odc-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ measurements:
- name: prob
aliases: ['crop_prob', 'PROB']
dtype: uint8
nodata: 0
nodata: 255
units: '1'

- name: filtered
Expand Down
2 changes: 1 addition & 1 deletion products/crop_mask_sahel.odc-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ measurements:
- name: prob
aliases: ['crop_prob', 'PROB']
dtype: uint8
nodata: 0
nodata: 255
units: '1'

- name: filtered
Expand Down
2 changes: 1 addition & 1 deletion products/crop_mask_western.odc-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ measurements:
- name: prob
aliases: ['crop_prob', 'PROB']
dtype: uint8
nodata: 0
nodata: 255
units: '1'

- name: filtered
Expand Down
Loading

0 comments on commit 6b75b09

Please sign in to comment.