Provides access to members that control a scientific data crawler.
Members
Name | Description | |
---|---|---|
Variables | Variables to be selected from the scientific dataset. | |
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. |