Each Mersea product is
described by a standard ID-card.
You can check the content of a product ID-card by accessing its URL
with your favorite browser. The URL is composed with the product short
name which has been described
above.
The URL is composed as follow :
http://www.mersea.eu.org/html/information/catalog/products/<product_short_name>.html
For example, you can see the actual description :
or
The information
available in the ID-card is extracted from metadata organized in an
ISO19115 standard XML flux. The XML information is edited in a friendly
HTML format thanks to XSL Transformation.
You can request the ISO19115 description of a product by clicking on
the XML icon (

) at the top of the ID-card.
Figure 1 : Click on the XML
icon to get the ISO19115 product description.
We have seen you can build yourself the URL for HTML ID-card, you can
build the URL to get the ISO19115 XML product description as well :
The URL to get ISO19115 XML product description is composed as follow :
http://www.mersea.eu.org/html/information/catalog/products/<product_short_name>.xml
For example, you can see the actual description :
or
The XML output is provided so that you can get and update your own
product
descriptions. We can disseminate the ISO19115 XML description to other
catalog resources as well (
Catalog
Interoperability).
The product ID-card is divided into three parts :
- product desription (one and only one)
- delivery and viewing services (one to n services)
- related documentation (0 to n documents).
Now you can get the detailed the product template description at :
http://www.mersea.eu.org/Information/product_template_help.html
A tutorial explaining how to
register
your own product is available as well.
PRODUCT
SEARCH FACILITY
Two kinds of search facility are provided.
request the catalog on
given criteria :
At
http://www.mersea.eu.org/Information/dynamic/MerseaSearch
a form is provided. You can
request
the catalog on given criteria :
- Product short name.
- Product type (in-situ,
remote sensing,
forcing fields
or ocean forecast).
- Parameters Category.
- Parameters.
- Geographical limits.
- Geographic scale (global,
regional or local).
- Temporal start ans stop.
- Distributor (ie TEP).
You can get the response as XML metadata or HTML edition of results
(using
the radio button at the top of the form).
The HTML result page contains a reminder of the applied request and,
for each found product : the short name, the 200 first characters of
the overview, and links to ISO19115 XML description or HTML ID-card.
search engine-like form :
In various MERSEA pages you can find a small
search engine-like form.
Figure 2 : serch enngine
like form on the mersea web site.
You can search products matching keywords. You can even use boolean
operators like 'AND' , 'OR' and 'NOT' or wild card like '*'.
You can add this form in your own Mersea pages by copying/pasting the
following snip of html code :
<form action="http://www.mersea.eu.org/Information/dynamic/MerseaSearch"> <input type="hidden" name="project" value="mersea"/> <br/> <b>Product search </b><br/>
<table> <tr> <td><input type="text" name="keywords" value="" size="15" /></td> <td> <input name="action" type="image" id="go_btn" value="submit" src="http://www.mersea.eu.org/images/btn_go.gif" width="26" height="21" border="0" alt="Go Button"/> </td> </tr> </table> <a href="http://lucene.apache.org/java/docs/queryparsersyntax.html" target="_blank" > <u>help</u> </a> <a href="http://lucene.apache.org/java/docs/queryparsersyntax.html" target="_blank" > <img src="http://www.mersea.eu.org/images/info_icon.gif" border="0" />
</a> </form>
|
The search facility can be automatically requested by using the http
URL
followed by the criteria names and requested value :
http://www.mersea.eu.org/Information/dynamic/MerseaSearch?output_type=[xml|html]&project=mersea&[<criteria_name>=<requested_value>]*
Where :
output_type=[xml|html] allow you to get XML
output (for catalog interoperability) or HTML.
And the logical operator is :
- AND between the different criteria.
- OR between the same criteria
For example :
parameter=sea_water_temperature¶meter=sea_water_salinity&geoscale=Global
scale
requests product which
have parameters salinity OR temperature AND are at global scale.