Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso. Se non hai eseguito la verifica entro il 26 settembre 2025, il tuo accesso potrebbe essere sospeso.
Il formato del download, uno dei seguenti:
"csv", "json", "geojson", "kml", "kmz" ("json" restituisce GeoJSON). Se non specificato, il valore predefinito è "csv".
selectors
List<String>|String, facoltativo
Nomi delle proprietà delle funzionalità utilizzati per selezionare gli attributi da scaricare. Se non specificate, vengono incluse tutte le proprietà.
filename
Stringa, facoltativa
Nome del file da scaricare; l'estensione viene aggiunta per impostazione predefinita. Se non specificato, il valore predefinito è "table".
callback
Funzione, facoltativa
Un callback facoltativo. Se non viene fornito, la chiamata viene effettuata in modo sincrono.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[],["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"]]