تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لإنشاء مادة عرض
يمكن إنشاء أنواع مواد العرض التالية: * FOLDER: لا يمكن تحديد أي حقول في asset. * IMAGE: لإنشاء مادة عرض مستندة إلى COG، استخدِم image.importExternal بدلاً من ذلك. اطّلِع على https://developers.google.com/earth-engine/Earth_Engine_asset_from_cloud_geotiff لمعرفة مزيد من التفاصيل. * IMAGE_COLLECTION: يمكن تحديد الحقول startTime وendTime وproperties فقط.
طلب HTTP
POST https://earthengine.googleapis.com/v1beta/{parent=projects/*}/assets
تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]