सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
डाउनलोड का फ़ॉर्मैट, इनमें से कोई एक:
"csv", "json", "geojson", "kml", "kmz" ("json", GeoJSON आउटपुट करता है). अगर कोई वैल्यू नहीं दी जाती है, तो डिफ़ॉल्ट रूप से "csv" पर सेट हो जाती है.
selectors
List<String>|String, ज़रूरी नहीं
डाउनलोड किए जाने वाले एट्रिब्यूट चुनने के लिए, सुविधा प्रॉपर्टी के नाम. अगर कोई वैल्यू नहीं दी जाती है, तो सभी प्रॉपर्टी शामिल की जाती हैं.
filename
स्ट्रिंग, ज़रूरी नहीं
डाउनलोड की जाने वाली फ़ाइल का नाम. एक्सटेंशन डिफ़ॉल्ट रूप से जुड़ जाता है. अगर कोई वैल्यू नहीं दी जाती है, तो डिफ़ॉल्ट रूप से "टेबल" पर सेट होता है.
callback
फ़ंक्शन, ज़रूरी नहीं
कॉलबैक की वैकल्पिक वैल्यू. अगर यह पैरामीटर नहीं दिया जाता है, तो कॉल सिंक्रोनस तरीके से किया जाता है.
[[["समझने में आसान है","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-07-25 (UTC) को अपडेट किया गया."],[[["`getDownloadURL` retrieves a URL to download a FeatureCollection in various formats like CSV, JSON, GeoJSON, KML, and KMZ."],["You can customize the download by selecting specific attributes using the `selectors` parameter and specifying a filename using the `filename` parameter."],["By default, all feature properties are included in the download, and the output format is CSV if not explicitly defined."],["The function can be used synchronously or asynchronously by providing an optional callback function."]]],["The `FeatureCollection.getDownloadURL` method generates a URL for downloading a FeatureCollection in various formats (CSV, JSON, GeoJSON, KML, KMZ). Users can specify the `format`, `selectors` (properties to include), and `filename`. If a `callback` function is used, the method returns `undefined`. If not, it will return the download URL synchronously. If format and filename are not specified, they default to CSV and \"table\" respectively, all properties are included.\n"]]