Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một thành phần.
Bạn có thể tạo các loại thành phần sau: * FOLDER: Không được chỉ định trường nào trong asset. * IMAGE: Để tạo một thành phần được COG hỗ trợ, hãy sử dụng image.importExternal. Hãy xem https://developers.google.com/earth-engine/Earth_Engine_asset_from_cloud_geotiff để biết thêm thông tin chi tiết. * IMAGE_COLLECTION: Chỉ có thể chỉ định các trường startTime, endTime và properties.
Yêu cầu HTTP
POST https://earthengine.googleapis.com/v1/{parent=projects/*}/assets
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]