|
Last change
on this file since 592 was
536,
checked in by nbozon, 12 years ago
|
|
Various minor corrections of zcfg files
|
|
File size:
1.3 KB
|
| Rev | Line | |
|---|
| [334] | 1 | [ExtractNDVI] |
|---|
| 2 | Title = Normalized Difference Vegetation Index. |
|---|
| [536] | 3 | Abstract = Computes the Normalized Difference Vegetation Index in a new raster file. |
|---|
| [334] | 4 | Profile = urn:ogc:wps:1.0.0:buffer |
|---|
| 5 | processVersion = 2 |
|---|
| 6 | storeSupported = true |
|---|
| 7 | statusSupported = true |
|---|
| 8 | serviceProvider = ndvi |
|---|
| 9 | serviceType = Python |
|---|
| 10 | <MetaData> |
|---|
| 11 | title = Demo |
|---|
| 12 | </MetaData> |
|---|
| 13 | <DataInputs> |
|---|
| 14 | [raster] |
|---|
| 15 | Title = The raster file to be used |
|---|
| 16 | Abstract = URI to a raster file that contains the mentionned two bands. |
|---|
| 17 | minOccurs = 1 |
|---|
| 18 | maxOccurs = 1 |
|---|
| 19 | <ComplexData> |
|---|
| 20 | <Default> |
|---|
| 21 | mimeType = image/tiff |
|---|
| 22 | </Default> |
|---|
| 23 | </ComplexData> |
|---|
| 24 | [red] |
|---|
| 25 | Title = The red band number |
|---|
| 26 | Abstract = The RED band number to use. |
|---|
| 27 | minOccurs = 0 |
|---|
| 28 | maxOccurs = 1 |
|---|
| 29 | <LiteralData> |
|---|
| 30 | DataType = int |
|---|
| 31 | <Default> |
|---|
| 32 | value = 1 |
|---|
| 33 | </Default> |
|---|
| 34 | </LiteralData> |
|---|
| 35 | [nir] |
|---|
| 36 | Title = The NIR band number |
|---|
| 37 | Abstract = The NIR band number to use. |
|---|
| 38 | minOccurs = 0 |
|---|
| 39 | maxOccurs = 1 |
|---|
| 40 | <LiteralData> |
|---|
| 41 | DataType = int |
|---|
| 42 | <Default> |
|---|
| 43 | value = 2 |
|---|
| 44 | </Default> |
|---|
| 45 | </LiteralData> |
|---|
| 46 | </DataInputs> |
|---|
| 47 | <DataOutputs> |
|---|
| 48 | [raster] |
|---|
| 49 | Title = The resulting raster |
|---|
| 50 | Abstract = A single band raster containing the NDVI of the original raster using formula : (NIR - RED) / (NIR + RED) . |
|---|
| 51 | <ComplexData> |
|---|
| 52 | <Default> |
|---|
| 53 | mimeType = image/tiff |
|---|
| 54 | extension = tif |
|---|
| 55 | </Default> |
|---|
| 56 | </ComplexData> |
|---|
| 57 | </DataOutputs> |
|---|
| [335] | 58 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.