IScientificDataCrawler Interface

Provides access to members that control a scientific data crawler.

Members

Name Description
Read/write property Variables Variables to be selected from the scientific dataset.
Read/write property VariableTypes The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.

IScientificDataCrawler.Variables Property

Variables to be selected from the scientific dataset.

Public Property Variables As IStringArray
public IStringArray Variables {get; set;}

IScientificDataCrawler.VariableTypes Property

The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.

Public Property VariableTypes As IPropertySet
public IPropertySet VariableTypes {get; set;}

Classes that implement IScientificDataCrawler

Classes Description
ScientificDataCrawler A crawler for files containing scientific data.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.