How to use Google Earth Engine
Connect to the Earth Engine service through one of the APIs. Client libraries for JavaScript and Python translate complex geospatial analyses to Earth Engine requests. Or connect directly to Earth Engine servers using the REST API.
Developer Guides
JavaScript
Interactive JavaScript using the Code Editor, the open source JavaScript library in Node.js (learn more about Earth Engine in Node.js), or Earth Engine Apps.
Python
The open source Python library running in Colab, your Python environment, or App Engine (learn more about Earth Engine powered App Engine apps).
REST
Authenticated HTTP requests (learn more about the Earth Engine REST API). 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.