-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #403 from digitalearthafrica/io_cm
Add Indian Ocean crop mask to products and OWS
- Loading branch information
Showing
6 changed files
with
106 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: crop_mask_indian_ocean | ||
description: Annual cropland extent map for Indian Ocean Africa | ||
produced by Digital Earth Africa. | ||
metadata_type: eo3 | ||
|
||
license: CC-BY-4.0 | ||
|
||
metadata: | ||
product: | ||
name: crop_mask_indian_ocean | ||
|
||
storage: | ||
crs: EPSG:6933 | ||
resolution: | ||
x: 10 | ||
y: -10 | ||
|
||
measurements: | ||
- name: mask | ||
aliases: ['crop_mask', 'MASK'] | ||
dtype: uint8 | ||
nodata: 0 | ||
units: '1' | ||
|
||
- name: prob | ||
aliases: ['crop_prob', 'PROB'] | ||
dtype: uint8 | ||
nodata: 0 | ||
units: '1' | ||
|
||
- name: filtered | ||
aliases: ['mode'] | ||
dtype: uint8 | ||
nodata: 0 | ||
units: '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters