Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • typeNames (required): the gridPlot id of the plot to display. Only one gridPlot id is supported.
  • version (optional): supported version is 2.0 and is the default if not set. Older versions are not supported.
  • crs (optional, 'EPSG:4326' is the default): the output projection of the plot. The default projection used by FEWS is always EPSG:4326 (WGS84 geographic coordinates; longitude, latitude). Other coordinate systems are supported only if they are configured in WebServices.xml. 
  • format (optional, 'application/gml+xml; version=3.2' is the default): GML is the standard output format that any WFS implementation must support. Optionally 'application/geojson' can be requested instead. Geojson is more compact and generally easier to process.
  • bbox (optional): the bounding box (in the projection as defined by the CRS parameter) of the extent of interest. Any features that intersect the BBOX will be returned. Features that lie completely outside the BBOX area will not be returned.
  • filter (optional): a filter expression in encoded XML format as specified in the OpenGIS Filter Encoding 2.0 Encoding Standard. Only the "Minimum Standard Filter" conformance class is currently implemented and tested. For more information, refer to WFS Request Filtering below.format (optional, 'application/gml+xml; version=3.2' is the default): GML is the standard output format that any WFS implementation must support. Optionally 'application/geojson' can be requested instead. Geojson is more compact and generally easier to process.

Vendor-specific request parameters

...

GML3 or GeoJSON vector data of the requested polygon gridPlot for the specified time. If no time is specified, the last available time step will be returned.

Example request with typeNames

Code Block
http://localhost:8080/FewsWebServices/wfs?service=wfs&request=GetFeature&typenames=r-1_shapeFWA

Example request with version

Code Block
<to be added>

Example request with crs

Code Block
<to be added>

Example request with format

Code Block
<to be added>

Example response:

The typical response in GML or GeoJSON for polygon data is too large to be displayed here.

...