Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.data.createFolder
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Öğe klasörü oluşturur.
Yeni oluşturulan klasörün açıklamasını döndürür.
Kullanım | İadeler |
---|
ee.data.createFolder(path, force, callback) | Nesne |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
path | Dize | Oluşturulacak klasörün yolu. |
force | Boole değeri, isteğe bağlı | Üzerine yazmaya zorla. |
callback | İşlev, isteğe bağlı | İsteğe bağlı geri arama. Sağlanmazsa arama senkronize olarak yapılır. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eCreates a new folder for storing assets within Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eReturns a description object containing information about the newly created folder.\u003c/p\u003e\n"],["\u003cp\u003eAccepts the folder path as a required argument and optional parameters for force overwriting and a callback function.\u003c/p\u003e\n"]]],["Creates a new asset folder at the specified `path`. The `path` argument is required and defines the folder's location. An optional `force` argument, a boolean, allows overwriting existing folders. An optional `callback` function allows for asynchronous operation. The function returns an Object describing the newly created folder. The operation can be synchronous if no callback is provided.\n"],null,["# ee.data.createFolder\n\n\u003cbr /\u003e\n\nCreates an asset folder.\n\n\u003cbr /\u003e\n\nReturns a description of the newly created folder.\n\n| Usage | Returns |\n|--------------------------------------------------------|---------|\n| `ee.data.createFolder(path, `*force* `, `*callback*`)` | Object |\n\n| Argument | Type | Details |\n|------------|--------------------|------------------------------------------------------------------------|\n| `path` | String | The path of the folder to create. |\n| `force` | Boolean, optional | Force overwrite. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]