Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
DriveDestination
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Konfigurasi untuk tujuan di Google Drive.
Representasi JSON |
{
"folder": string,
"filenamePrefix": string
} |
Kolom |
folder |
string
Folder tujuan Google Drive.
|
filenamePrefix |
string
String yang digunakan sebagai awalan untuk setiap nama file output. Nama file file yang diekspor akan dibuat dari awalan ini, koordinat setiap file dalam mosaik (jika ada), dan ekstensi file yang sesuai dengan format file.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eDefines the configuration required for exporting data to a Google Drive destination.\u003c/p\u003e\n"],["\u003cp\u003eSpecifies a target folder (\u003ccode\u003efolder\u003c/code\u003e) and a filename prefix (\u003ccode\u003efilenamePrefix\u003c/code\u003e) for organizing output files.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efilenamePrefix\u003c/code\u003e is combined with other relevant information to construct unique filenames for exported data.\u003c/p\u003e\n"]]],["The configuration for Google Drive destination involves two key fields: `folder` and `filenamePrefix`. `folder` specifies the target Google Drive folder for file storage. `filenamePrefix` determines the initial part of each output file's name. The complete filename will be built by combining this prefix with file coordinates and the appropriate file extension. The provided configuration uses a JSON structure with the specified fields to achieve the destination setup.\n"],null,["# DriveDestination\n\nConfiguration for a destination in Google Drive.\n\n| JSON representation |\n|--------------------------------------------------------|\n| ``` { \"folder\": string, \"filenamePrefix\": string } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `folder` | `string` The Google Drive destination folder. |\n| `filenamePrefix` | `string` The string used as the prefix for each output filename. The filenames of the exported files will be constructed from this prefix, the coordinates of each file in a mosaic (if any), and a file extension corresponding to the file format. |"]]