Last modified: Mon, 04/03/2017 - 17:29
A minimalist version of the las.xml file used by LPS. This file references the two standard LAS datasets that should always be available to Ferret.
<?xml version='1.0' ?>
<!DOCTYPE spec SYSTEM "spec.dtd" [
<!-- Declaration of operations files to be included -->
<!ENTITY operations SYSTEM "operations.xml">
<!ENTITY insitu_operations SYSTEM "insitu_operations.xml">
<!-- Declaration of dataset files to be included -->
<!-- Default LAS datasets -->
<!ENTITY coads SYSTEM "coads.xml">
<!ENTITY levitus SYSTEM "levitus.xml">
<!-- Sample insitu datasets -->
<!ENTITY insitu_demo_1 SYSTEM "insitu_demo_1.xml">
<!ENTITY insitu_demo_2 SYSTEM "insitu_demo_2.xml">
]>
<lasdata>
<output_dir>/home/porter/rhs/tomcat/webapps/testbed/output</output_dir>
<institution name="Pacific Marine Environmental Lab"
contact="Roland.Schweitzer@noaa.gov"
url="http://www.pmel.noaa.gov"/>
<!-- Default properties for this server -->
<properties>
<product_server>
<ui_timeout>20</ui_timeout>
<ps_timeout>3600</ps_timeout>
<use_cache>false</use_cache>
</product_server>
<ferret>
<land_type>contour</land_type>
<fill_type>fill</fill_type>
</ferret>
</properties>
<!-- Operations supported by this server -->
<operations url="http://your.domain.name:port#/las/ProductServer.do">
&operations;
&insitu_operations;
</operations>
<!-- Datasets provided by this server -->
<!-- Default LAS datasets -->
&coads;
&levitus;
</lasdata>