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/v1/{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 ID and type (FOLDER, IMAGE, or IMAGE_COLLECTION)."],["Requires authorization with `earthengine.assets.create` permission on the parent resource."],["Allows specification of `startTime`, `endTime`, `properties`, and `cloudStorageLocation` for image assets."],["Optionally overwrites existing image assets using the `overwrite` query parameter."],["Uses a POST request to the `earthengine.googleapis.com` endpoint with asset details in the request body."]]],["Asset creation is initiated via a POST request to `https://earthengine.googleapis.com/v1/{parent=projects/*}/assets`. The request requires the `earthengine.assets.create` IAM permission. Assets can be `FOLDER`, `IMAGE`, or `IMAGE_COLLECTION`, each with specific allowable fields. `assetId` and `overwrite` can be set in query parameters. The request body defines the `EarthEngineAsset`. A successful response returns the newly created `EarthEngineAsset`. Authorization requires either `earthengine` or `cloud-platform` OAuth scopes.\n"]]