此 API 可提供对各种地理空间图像数据的简单统一的访问。地理空间是指数据与地球表面的位置相关联。图像数据是指以像素值均匀网格形式结构化的数据,与传统图像非常相似。
此类数据最常见的示例是卫星图像,与用户在 Google 地图和 Google 地球中看到的图像非常相似。不过,许多其他数据集具有相同的结构,例如网格化天气和气候数据集、地形和土地覆盖数据集以及人口密度数据集。
身份验证
Earth Engine API 使用 OAuth 2.0 协议进行身份验证和授权。我们提供了便捷的库,可用于以各种语言通过 OAuth 2.0 发出 API 调用。如果您之前未使用过 OAuth 2.0 访问 Google API,不妨先熟悉一下使用 OAuth 2.0 访问 Google API 文档。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[[["This API provides access to a wide variety of geospatial image data, including satellite imagery and gridded datasets like weather, climate, terrain, and population density."],["Earth Engine uses OAuth 2.0 for authentication, requiring the `https://www.googleapis.com/auth/earthengine.readonly` scope."],["Earth Engine data is organized as assets, including images, collections, and folders, with images containing bands of pixels and metadata."],["Images in Earth Engine are georeferenced using map projections and coordinate reference systems for accurate location representation."],["Collections allow filtering and querying of images based on metadata, facilitating efficient data discovery and analysis."]]],["This API offers access to geospatial image data, structured as pixel grids, through a filesystem-like asset system. Access requires OAuth 2.0 authentication with a specific scope. Data is organized into **images**, **collections**, and **folders**. Each image has metadata, including footprint geometry and timestamps. Images have bands of data with defined pixel data types, linked to Earth's surface via a map projection. Images can be filtered in collections using metadata. A pyramid of data is also available.\n"]]