Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat aset dari nilai JSON. Untuk membuat koleksi atau folder gambar kosong, teruskan objek "value" dengan kunci "type" yang nilainya adalah salah satu dari ee.data.AssetType.* (yaitu "ImageCollection" atau "Folder").
Menampilkan deskripsi aset tersimpan, termasuk ID yang dibuat, atau null jika callback ditentukan.
[[["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-07-26 UTC."],[[["Generates an Earth Engine asset from a JSON object, enabling the creation of image collections, folders, or other asset types."],["Allows specification of an asset ID, optional overwriting, and custom properties during asset creation."],["Returns asset details including a generated ID or utilizes a callback function for asynchronous operations."],["Supports creating empty image collections and folders by providing a JSON value with the specific \"type\" key."]]],["The function `ee.data.createAsset` creates an asset from a JSON value. It accepts a `value` object describing the asset and an optional `path` for the asset ID. The `force` argument allows overwriting, and `properties` sets asset metadata. A `callback` enables asynchronous operation. Without a callback, it returns an object describing the asset, including the ID. An empty image collection or folder can be created by using the values from ee.data.AssetType.\n"]]