Announcement: On November 13, 2024, all users will need to use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require an exception.
Stay organized with collections
Save and categorize content based on your preferences.
The Earth Engine API is composed of objects and methods. Objects represent data
types such as raster images, vector features, numbers, and strings.
Each of these objects belongs to a specific class, and each class has a
strict set of functions available to it.
Objects and methods are combined in workflow scripts and sent to Earth Engine
servers for processing. Learn about common object classes and their methods by
clicking on the following cards to see example procedures.
The full list of Earth Engine classes and their methods can be found in the
Client Libraries section of the API Reference Guide
(e.g. ee.Image.add). The same
reference information is also available under the JavaScript Code Editor
Docs tab.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-05-26 UTC."],[[["The Earth Engine API uses objects like images and features, each with specific methods, to process data on Earth Engine servers."],["Workflows are created by combining these objects and methods in scripts."],["Comprehensive API documentation with all classes and methods is available in the API Reference Guide and the Code Editor Docs tab."],["Common Earth Engine object classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart for diverse geospatial analysis tasks."]]],[]]