Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat aset.
Jenis aset berikut dapat dibuat: * FOLDER: Tidak ada kolom di asset yang dapat ditentukan. * IMAGE: Untuk membuat aset yang didukung COG, gunakan image.importExternal. Lihat https://developers.google.com/earth-engine/Earth_Engine_asset_from_cloud_geotiff untuk mengetahui detail selengkapnya. * IMAGE_COLLECTION: Hanya kolom startTime, endTime, dan properties yang dapat ditentukan.
Permintaan HTTP
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*}/assets
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-06 UTC."],[[["Creates an Earth Engine asset with the specified type and properties using a POST request."],["Supports creating folders, images, and image collections with specific requirements for each type."],["Requires authorization with appropriate IAM permissions and OAuth scopes for access."],["Allows specifying an asset ID and optional overwriting of existing image assets."],["Returns the newly created EarthEngineAsset upon successful completion."]]],["This documentation details how to create assets within a project using a `POST` request to the specified URL. Assets can be of type `FOLDER`, `IMAGE`, or `IMAGE_COLLECTION`. `IMAGE` assets require a single Cloud Storage URI, while `FOLDER` assets do not have other specified fields. `IMAGE_COLLECTION` only specifies `startTime`, `endTime`, and `properties`. The request needs authorization with specific IAM permissions and requires parameters `parent`, `assetId`, and optionally `overwrite`. The response is the newly created asset.\n"]]