Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.25 KB

A.25.IR31.TGR26.datasetFeedDownloadLink.md

File metadata and controls

34 lines (20 loc) · 1.25 KB

Dataset feed contains link to download dataset

Purpose:

The dataset feed must provide at least one feed entry with links to download the pre-defined dataset (e.g. as a GML file).

Test method

Reference(s):

  • TG DL, Req 26
  • IR NS, M1, section 3.1, Get Spatial Data Set request

Test type:

Automated

Notes

[1] when resolving the links, HTTP codes for success are: 200,301,302,303 [2] it is up to the implementing tool to decide to use HTTP GET or HTTP HEAD.

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression
entry //atom:entry
link to download //atom:entry/atom:link[(@rel='alternate' and @type!='application/atom+xml' and number(@length) > 0) or (@rel='section')]