Overview

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.

Quota and Limits

You can see your quota usage in the Cloud Console.

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.