Stay organized with collections
Save and categorize content based on your preferences.
Introduction
This REST API allows you to access Earth Engine's multi-petabyte Public Data Catalog from analysis jobs running in Google Cloud Platform.
The Earth Engine Public Data Catalog includes a range of geospatial data, including satellite data like Landsat, Sentinel-2, and MODIS, as well as geophysical, weather, climate and demographic data. You can use this API to filter these data collections to identify the data you need for your analysis, and then to fetch the pixels you need from any of these datasets on demand. To get started, you can search for and view documentation about specific datasets.
Audience
The REST API contains new and advanced features that may not be suitable for all users. If you are new to Earth Engine, please get started with the JavaScript guide.
Individual requests for pixel data are also limited to 16MB in uncompressed data per request, computed as the product of the request dimensions in pixels, the number of image bands requested, and the number of bytes per pixel for each band. Requests are also limited to at most 10000 pixels in either dimension and at most 100 bands.
Attribution Requirements
You are not required to attribute your use of the Earth Engine API in your application. However, individual datasets may be subject to attribution requirements from the dataset owner. See each dataset's documentation page for details. It is recommended to include legal notices as an independent menu item or as part of an "About" menu item.
[[["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 2024-06-05 UTC."],[[["This REST API provides access to Earth Engine's Public Data Catalog, including satellite and geospatial data, for analysis within Google Cloud Platform."],["Users can filter and fetch specific data pixels for their analysis using this API, with documentation available for dataset discovery."],["The API is recommended for advanced users familiar with Earth Engine; beginners are directed to the JavaScript guide."],["Data requests are subject to size and band limitations, with quota usage viewable in the Cloud Console."],["While API usage does not require attribution, individual datasets may have specific requirements detailed in their documentation."]]],[]]