ngds / metadata-issues

A repository for tracking issues with metadata in the National Geothermal Data System
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

WMS layer names, WFS typeName in CI_OnlineResource/description #38

Closed smrgeoinfo closed 10 years ago

smrgeoinfo commented 10 years ago

The CI_OnlineResource/description element may include key values pairs to provide additional necessary information. USGIN recommendataion is to encode these in a 'parameter' object using JSON syntax. The parameters value is a list of key:value pairs enclosed in curly brackets ('{key:"value", key1:"value1"…}'). The keys should be the exact string that is required for the data access request parameter. For example, a dataset distributed through a particular layer in a multi-layer WMS: ''' gmd:description gco:CharacterString Whatever descriptive text you want. parameters:{layers:"gtp_datagap_well_data_collection"} /gco:CharacterString /gmd:description '''

In the case of a dataset distributed through a particular feature type in a multi-feature WFS: gmd:description gco:CharacterString Whatever descriptive text you want. parameters:{ typeName:"BoreholeLithInterval2.0"} /gco:CharacterString /gmd:description

lmusil commented 10 years ago

Manually added layer and typeNames to repo items. Resolved.