Versions Compared

Key

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

...

The data retrieval URL, a find request, provides access to COVAR_SPAT and COVAR_FRAGSTAT layer data via latitude/longitude parameters, or a global unique identifier parameter for a single observation record. The find request will accept parameters to query for a single COVAR layer value, all layers in a specific COVAR table, or all layer values in the COVAR schema for a particular lat/lon or GlobalUniqueID. A find request will also accept a format parameter that specifies a response data format of XML or CSV.

Note: Currently use of the GlobalUniqueID parameter is restricted to public data records only.

API Parameters

Find Request

URL

Description

Status

Notes

/ws1.0/data/covar/find?decLon=<lon>&decLat=<lat>&format=xml

Returns all COVAR_SPAT and COVAR_FRAGSTAT layer values for lat/lon in XML format

Deployed

 

/ws1.0/data/covar/find?guid=<guidValue>

Returns all COVAR_SPAT and COVAR_FRAGSTAT layer values for guidValue in CSV format

Deployed  

Currently only available for public AKN records

/ws1.0/data/covar/find?guid=<guidValue>&table=<tableName>

Returns all layer values in the tableName table for guidValue in CSV format

Deployed

 

/ws1.0/data/covar/find?decLon=<lon>&decLat=<lat>&format=xml&table=<tableName>&layer=<layerName>

Returns the layerName value in the tableName table for lat/lon in XML format

Deployed

 

...