ctdclient.model.dshipcaller module¶
- class ctdclient.model.dshipcaller.DshipCaller(config)[source]¶
Bases:
object
Fetches DSHIP information via API or UDP telegram and generates Seabird-specific XML from that.
- call_api(url=None, dict_of_samples=None)[source]¶
A collection of API calls according to the values in the dict_of_samples, which holds the names of the individual columns in the metadata header and their respective names in the API.
- Parameters:
url (
str
|None
)dict_of_samples (
dict
|None
)timeout – (Default value = 0.1)