KEO WCS Getter 1.0.0 BBOX
The module retrieves geospatial data from specified WCS Server (newer than Version 1.0.0)
Input / Output description:
- Inlet 1 WCS URL address (url of WCS server GetCoverage operation, default "http://keo302.acs:8080/geoserver/wcs")
- Inlet 2 coverage name (Name of an available coverage)
- Inlet 3 service name (Service name, default “WCS”)
- Inlet 4 coordinate reference system (URI of the Coordinate reference system.)
- Inlet 5 BBOX value (Request a coverage subset defined by the specified bounding box in the referenced coordinate reference system in the form: minx, miny, maxx, maxy, minz, maxz)
- Inlet 6 grid width value (Width grid size)
- Inlet 7 grid height value (Height grid size)
- Inlet 8 grid depth value (Depth grid size, default null)
- Inlet 9 format value (Requested output format of Coverage. Must be one of those listed under the description of the selected coverage, default "image/tiff")
- Inlet 10 output filename (Output filename, default "$$dir$$/$$uid$$_geospatial")
- Inlet 11 optional parameters (List of optional parameters string to append at the end of URL request separated by '&' in the form: PARAM_NAME1=PARAM_VALUE1&PARAM_NAME2=PARAM_VALUE2 Ex: '&TimeSequence=2006-08-01/2006-09-01/P1D&GridBaseCRS=urn:ogc:def:crs:EPSG:6.6:32618) Default is null.
- Outlet 1 output data (The resulting file with geospatial data)
Note:
$$dir$$ = At runtime is replaced by the working dir.
$$uid$$ = At runtime is replaced by a unique identifier.