[ExtractNDVI] Title = Normalized Difference Vegetation Index. Abstract = Computes the Normalized Difference Vegetation Index in a new raster file. Profile = urn:ogc:wps:1.0.0:buffer processVersion = 2 storeSupported = true statusSupported = true serviceProvider = ndvi serviceType = Python title = Demo [raster] Title = The raster file to be used Abstract = URI to a raster file that contains the mentionned two bands. minOccurs = 1 maxOccurs = 1 mimeType = image/tiff [red] Title = The red band number Abstract = The RED band number to use. minOccurs = 0 maxOccurs = 1 DataType = int value = 1 [nir] Title = The NIR band number Abstract = The NIR band number to use. minOccurs = 0 maxOccurs = 1 DataType = int value = 2 [raster] Title = The resulting raster Abstract = A single band raster containing the NDVI of the original raster using formula : (NIR - RED) / (NIR + RED) . mimeType = image/tiff extension = tif