公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
REST Resource: projects.locations.assets
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:EarthEngineAsset
JSON 表示法 |
{
"type": enum (Type ),
"name": string,
"id": string,
"updateTime": string,
"properties": {
object
},
"startTime": string,
"endTime": string,
"geometry": {
object
},
"bands": [
{
object (ImageBand )
}
],
"sizeBytes": string,
"featureCount": string,
"quota": {
object (FolderQuota )
},
"tilesets": [
{
object (Tileset )
}
],
// Union field location can be only one of the following:
"cloudStorageLocation": {
object (CloudStorageLocation )
},
"featureViewAssetLocation": {
object (FeatureViewLocation )
}
// End of list of possible types for union field location .
} |
字段 |
type |
enum (Type )
资源的类型。
|
name |
string
资产的名称。name 采用“projects/*/assets/**”格式(例如“projects/earthengine-legacy/assets/users//”)。
|
id |
string
素材资源的 ID。等同于去掉“projects/*/assets/”前缀的 name (例如“users//”)。请注意,此设置仅用于显示目的。不应将其用作其他操作的输入。请改用 name 。
|
updateTime |
string (Timestamp format)
资产的上次修改时间。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
properties |
object (Struct format)
与资产关联的键值对属性。
|
startTime |
string (Timestamp format)
与资源关联的时间戳(如果有),例如卫星图片的拍摄时间。对于与时间间隔对应的素材资源(例如一个月或一年内的平均值),此时间戳对应于该时间间隔的开始时间。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
endTime |
string (Timestamp format)
对于与时间间隔对应的素材资源(例如一个月或一年内的平均值),此时间戳对应于该时间间隔的结束时间(不含该时间)。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
geometry |
object (Struct format)
与相应资产关联的空间占用空间(如果有),以 GeoJSON 几何图形对象的形式表示(请参阅 RFC 7946)。
|
bands[] |
object (ImageBand )
有关图片素材资源数据带的信息。对于非图片素材资源,则省略此字段。
|
sizeBytes |
string (int64 format)
叶资产(例如图片)的大小(以字节为单位)。
|
featureCount |
string (int64 format)
资源中的地图项数量(如果适用)。
|
quota |
object (FolderQuota )
与文件夹资产关联的配额信息(如果有)。针对用户拥有的顶级文件夹资产(例如“users/*”或“projects/*”)返回。
|
tilesets[] |
object (Tileset )
此图片的支持图块集。仅适用于外部图片,其像素是从不归 Earth Engine 所有的存储空间检索的。
|
联合字段 location 。有关栅格图块的存储位置和方式的信息。location 只能是下列其中一项: |
cloudStorageLocation (deprecated) |
object (CloudStorageLocation )
已弃用。请改用 image.importExternal 。如需了解详情,请参阅 https://developers.google.com/earth-engine/Earth_Engine_asset_from_cloud_geotiff。
|
featureViewAssetLocation |
object (FeatureViewLocation )
此 FeatureView 在 EE 中的位置。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eEarth Engine assets can represent various data types like images, tables, and folders, each with unique properties.\u003c/p\u003e\n"],["\u003cp\u003eAsset metadata includes details such as type, name, ID, update time, spatial footprint, and size.\u003c/p\u003e\n"],["\u003cp\u003eImage assets contain bands with specific data information, while table assets store features.\u003c/p\u003e\n"],["\u003cp\u003eAssets can have associated properties and temporal information like start and end times.\u003c/p\u003e\n"],["\u003cp\u003eStorage location information is provided for assets, including Cloud Storage for image tiles and Earth Engine for feature views.\u003c/p\u003e\n"]]],["This document describes the structure of an Earth Engine asset, detailing its properties and methods. Key information includes the asset's `type`, `name`, `id`, and `updateTime`. It contains temporal data like `startTime` and `endTime`, a spatial `geometry`, and data band information. Assets include `sizeBytes`, `featureCount`, `quota`, and `tilesets`. Location can be a Cloud Storage or FeatureView. The sole method listed is to `create` a new asset.\n"],null,[]]