Quiz 1 (Introduction to GEE)
This is a short quiz to test your understanding of concepts covered in Part 1 of Introduction to GEE Workshop.

- Each question carries 2 point.
- You will see the results immediately after submitting the quiz.
Sign in to Google to save your progress. Learn more
Which is the correct syntax for a list in Javascript? *
2 points
Which function helps you find out how many images are there in a collection?
*
2 points
What is wrong with the following Export function that is meant to export a Landsat-8 composite image?

Export.image.toDrive({
    image: exportImage,
    fileNamePrefix: 'l8_composite',
    scale: 30,
    maxPixels: 1e9
});
*
2 points
Which is the correct syntax to apply a filter to select the country feature for 'Japan'  from a FeatureCollection 'fc' having a property 'country_na' containing the name of the country? *
2 points
What is the type of object that will result after running the code below?

ee.ImageCollection('ESA/WorldCover/v200').first();
*
2 points
How do you select a band named 'QA60' from an image called 'image'? *
2 points
Submit
Clear form
This form was created inside of Spatial Thoughts. Report Abuse