Resource: EarthEngineAsset
Information about an Earth Engine asset.
JSON representation |
---|
{ "type": enum ( |
Fields | |
---|---|
type |
The type of the asset. |
name |
The name of the asset. |
id |
The ID of the asset. Equivalent to |
update |
The last-modified time of the asset. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
title |
The title of the asset. |
description |
The description of the asset. |
properties |
Key/value properties associated with the asset. |
start |
The timestamp associated with the asset, if any, e.g. the time at which a satellite image was taken. For assets that correspond to an interval of time, such as average values over a month or year, this timestamp corresponds to the start of that interval. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
For assets that correspond to an interval of time, such as average values over a month or year, this timestamp corresponds to the end of that interval (exclusive). A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
geometry |
The spatial footprint associated with the asset, if any, as a GeoJSON geometry object (see RFC 7946). |
bands[] |
Information about the data bands of the image asset. Omitted for non-image assets. |
size |
The size of a leaf asset (e.g. an image) in bytes. |
feature |
The number of features in the asset, if applicable. |
quota |
The quota information associated with the folder asset, if any. Returned for top-level user-owned folder assets (e.g. "users/*" or "projects/*"). |
tilesets[] |
The tilesets backing this image. Only present for external images, whose pixels are retrieved from storage not owned by Earth Engine. |
Union field location . Information about where and how the raster tiles are stored. location can be only one of the following: |
|
cloud |
The location of this asset on Cloud Storage. For VCOGs (Virtual Cloud Optimized GeoTIFFs). |
gcsLocation |
The location of this asset on Cloud Storage. |
feature |
The location of this FeatureView in EE. |
Methods |
|
---|---|
|
Creates an asset. |