Page Summary
-
EarthEngineAsset provides information about an Earth Engine asset.
-
Each asset has properties like type, name, ID, update time, and associated key/value pairs.
-
Assets can include spatial footprints, time information (start and end times), and data bands for image assets.
-
Leaf assets have a size in bytes, and feature collections have a feature count.
-
The quota for top-level user-owned folder assets is also provided.
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 |
updateTime |
The last-modified time of the asset. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
properties |
Key/value properties associated with the asset. |
startTime |
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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
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). Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. |
sizeBytes |
The size of a leaf asset (e.g. an image) in bytes. |
featureCount |
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: |
|
cloudStorageLocation |
Deprecated. Use |
featureViewAssetLocation |
The location of this FeatureView in EE. |
Methods |
|
|---|---|
|
Creates an asset. |