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.count
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un riduttore che calcola il numero di input non nulli. Ove applicabile, il nome dell'output è "count".
Utilizzo | Resi |
---|
ee.Reducer.count() | 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-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eReturns a Reducer that calculates the number of non-null inputs within a given dataset.\u003c/p\u003e\n"],["\u003cp\u003eThe output from the Reducer is typically named "count," providing a straightforward representation of the non-null input quantity.\u003c/p\u003e\n"],["\u003cp\u003eIt can be easily utilized by calling \u003ccode\u003eee.Reducer.count()\u003c/code\u003e without any arguments, simplifying the process of quantifying valid data points.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.count\n\nReturns a Reducer that computes the number of 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.count()` | Reducer |\n\n**No arguments.**"]]