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/v1beta/{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 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"]]