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 a Earth Engine.
ee.Reducer.countRuns
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un riduttore che calcola il numero di esecuzioni di input distinti e non nulli. Ove applicabile, il nome dell'output è "count".
Utilizzo | Resi |
---|
ee.Reducer.countRuns() | Riduttore |
Nessun argomento.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-29 UTC.
[null,null,["Ultimo aggiornamento 2025-07-29 UTC."],[[["\u003cp\u003eReturns a Reducer that calculates the number of runs of distinct, non-null input values.\u003c/p\u003e\n"],["\u003cp\u003eThe output of the reducer is named "count".\u003c/p\u003e\n"],["\u003cp\u003eIt takes no arguments and is used with Earth Engine.\u003c/p\u003e\n"]]],["The `ee.Reducer.countRuns()` function generates a Reducer that calculates the number of distinct, non-null input runs. The output is labeled \"count.\" This function does not require any arguments and returns a Reducer object that can be used in Earth Engine computations. The main action is generating the reducer that later computes the number of distinct input runs.\n"],null,["# ee.Reducer.countRuns\n\nReturns a Reducer that computes the number of runs of distinct, non-null inputs. Where applicable, the output name is \"count\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Reducer.countRuns()` | Reducer |\n\n**No arguments.**"]]