From Ocean Teacher Library

Jump to: navigation, search
Live Access Server (LAS)

Contents

Background

  • "The Live Access Server (LAS) is a highly configurable web server designed to provide flexible access to geo-referenced scientific data. It can present distributed data sets as a unified virtual data base through the use of OPeNDAP networking. Ferret is the default visualization application used by LAS, though other applications (Matlab, IDL, GrADS, ...) can also be used." [From the LAS homepage, see below]. The most current version is LAS 7.0.
  • When properly configured, a LAS server can provide complete or subsetted data and images, both from its own data cache and from other OPeNDAP-compliant online sources. A wide variety of output formats have been experimented with over the history of LAS, of which only the NetCDF output is really useful. Image output is interesting, but often not landmasked. Some ASCII output formats are nicely formatted for visual inspection, but not compatible with any known software. The so-called Arc Grid output often has unequal row and column dimensions, violating the actual ESRI specification, in which case the files are useless for GIS.
  • Numerous LAS servers are included in the Data Websites and Catalogs section. A complete list of LAS servers is provided by the LAS home page link below.

Example LAS Data Request

  • Here's a sample request in XML format [quoted from the product request paper below]:
    <lasRequest href="file:las.xml">
    <link match="/lasdata/operations/shade" />
    <args>
       <link match="/lasdata/datasets/COADS_1degree_Enhanced/variables/air947"></link>
       <region>
           <range type="x" low="-180.0" high="180.0"/>
           <range type="y" low="-89.5" high="89.5"/>
           <point type="t" v="01-Jan-1960"/>
       </region>
    </args>
    </lasRequest>
  • And here is what it looks like when all special characters (e.g. ", =, <, >, /) have been replaced by ASCII escape sequences. [The specific arguments are slightly different; this request is for the GHRSST dataset, view (xy), full region for Aug-14-2009 00:00:00:] This example digital sequence, which would be transmitted over the web, was provided by the US GODAE LAS staff:

http://www.usgodae.org/las-bin/LASserver.pl?xml=%3C%3Fxml+version%3D%221.0%22%3F%3E%3ClasRequest+package%3D%22%22+href%3D%22file%3Alas.xml%22+%3E%3Clink+match%3D%22%2Flasdata%2Foperations%2Fdata%22+%2F%3E%3Cproperties+%3E%3Cferret+%3E%3Csize+%3E.5%3C%2Fsize%3E%3Cformat+%3Ecdf%3C%2Fformat%3E%3Cexpression+%3E%3C%2Fexpression%3E%3C%2Fferret%3E%3C%2Fproperties%3E%3Cargs+%3E%3Clink+match%3D%22%2Flasdata%2Fdatasets%2Ffnmoc_ghrsst%2Fvariables%2Ffnmoc_ghrsst_sst%22+%2F%3E%3Cregion+%3E%3Crange+low%3D%220.0%22+type%3D%22x%22+high%3D%22359.888832%22+%2F%3E%3Crange+low%3D%22-79.2752%22+type%3D%22y%22+high%3D%2279.2752%22+%2F%3E%3Cpoint+v%3D%2214-Aug-2009+00%3A00%3A00%22+type%3D%22t%22+%2F%3E%3C%2Fregion%3E%3C%2Fargs%3E%3C%2FlasRequest%3E

The OPeNDAP protocol is so straightforward, that the user can simply use SAVE AS with the above URL to capture the required NetCDF file locally. [Caution! 30 MB] With care, the URL can be directly edited to provide other data, dates, or geographic subsets. But this would be much easier in the LAS itself.

Other Resources


Subsections of this Article

No subsections available

Information about this article

Short title: Live Access Server

Description: none

Expertise level: beginner

Author: Murray.Brown

Approval status: approved

Approved by: Murray.Brown

Last change: 2009-8-17

Subsection of: Open-Source Project for a Network Data Access Protocol (OPeNDAP)

Contact

If you have any direct comments or suggestions for the author of this page then please feel free to send an email to the author (listed above). For discussions on this page please use the discussions page.   

This page was last modified on 17 August 2009, at 13:42.This page has been accessed 1,901 times.
SemanticTreeview close tree

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License