Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A map of lowland rice extent in the major rice growing countries of Asia #271

Open
1 task done
arala opened this issue Jul 18, 2024 · 0 comments
Open
1 task done
Assignees
Labels

Comments

@arala
Copy link

arala commented Jul 18, 2024

Contact Details

a.rala@irri.org

Dataset description

This MODIS based rice extent maps shows the general extent of rice in Asia compiled from analysis for 2000 to 2012. The dataset is provided in GEOTIFF image format, CRS of EPSG:4326, and 1 band.

Values:
1 = rice
0 = other land or water

Andrew Nelson, Murali Krishna Gumma, Arnel Rala. A map of lowland rice extent in the major rice growing countries of Asia. 2015, 37p. IRRI, Los Banos, Philippines.

Earth Engine Snippet if dataset already in GEE

//Access the rice extent layer
var dataset = ee.Image("users/arala/asia-rice-extent_2000-2012");
dataset = dataset.mask(dataset.select('b1').eq(1));

//Visualize rice extent as green patch
Map.centerObject(dataset,4)
Map.addLayer(dataset,{palette:'green'},'Irrigated lowland rice of Asia' );

Enter license information

CC BY-NC-SA 4.0

Keywords

Lowland rice extent, MODIS, Asia

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants