Download User manual - Tethys Metadata

Transcript
%
% Search parameters as of this writing:
%
searchFor - search terms separated by +, e.g. night+modis
%
protocol
%
cdm_data_type
%
institution
%
ioos_category
%
long_name
%
standard_name
%
minLat - Latitude is in degrees North
%
maxLat
%
minLon - Longitude is in degrees East
%
MaxLon
%
minTime - Time is in the ISO 8601:2004 format
%
maxTime e.g. 2012-01-01T18:34:22Z
%
%
% Examples:
% dbERDDAPSearch(queryH, 'ioos_category=ice_distribution')
%
% dbERDDAPSearch(queries, …
%'keywords=sea_surface_temperature&minLat=33.47&maxLat=33.56&minLong=240.71&maxL
ong=240.80')
To add environmental data, use dbERDDAPSearch. For a given set of ERDDAP keywords (some common
keywords are: bathymetry, calcofi, chlorophyll-a, goes, ice, noaa, ocean-color) with a search value,
Tethys will go to the ERDDAP website and dowload the desired environmental data.
For a full list of keywords go to
http://coastwatch.pfeg.noaa.gov/erddap/categorize/keywords/index.html?page=1&itemsPerPage=100
0
dbFindFiles(SearchFileMask, SearchPathMask, SearchRecursiv)
% Find Files regarding a search mask
%
% This function searches for files in the current directory /
% a given directory: The serach can be recursively, depending
% on the provided parameters.
% The search mask is relatively simple (just '*' as wildcard).
%
dbGetCalltypes(queryEng, MetaDataPred, DetectionPred)
% calltypes = dbGetCalltypes(queryEng, MetaDataPred, DetectionPred)
% Given a database query engine,
% Return a list of calltypes meeting the associated meta data
% and detection data predicates.
%
Tethys Metadata
Page 83