Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Image.ceil
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula el número entero más pequeño mayor o igual que la entrada.
Uso | Muestra |
---|
Image.ceil() | Imagen |
Argumento | Tipo | Detalles |
---|
esta: value | Imagen | Es la imagen a la que se aplica la operación. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003e\u003ccode\u003eImage.ceil()\u003c/code\u003e computes the smallest integer greater than or equal to the input, returning a new Image with the result.\u003c/p\u003e\n"],["\u003cp\u003eThis function operates on an existing image (\u003ccode\u003evalue\u003c/code\u003e) and returns a modified version of that image.\u003c/p\u003e\n"]]],["The `ceil()` function calculates the ceiling of an image, returning a new image. The operation is applied to each pixel of the input image (`value`). The function computes the smallest integer that is greater than or equal to the pixel's current value. The result is a new image of the same type.\n"],null,["# ee.Image.ceil\n\nComputes the smallest integer greater than or equal to the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Image.ceil`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]