rbr
RBR Ltd. is a company that specializes in oceanographic instruments and sensors.
They provide a range of instruments for measuring various parameters in the ocean, including temperature, salinity, pressure, and more.
rtext(file_path, encoding='UTF-8', header_end='NumberOfSamples', errors='raise')
¶
Read RBR legacy R-Text Engineering format.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
file_path |
Path
|
RBR R-Text file path |
required |
encoding |
str
|
File encoding. Defaults to "UTF-8". |
'UTF-8'
|
header_end |
str
|
End of the metadata header. Defaults to "NumberOfSamples". |
'NumberOfSamples'
|
errors |
str
|
Error handling. Defaults to "raise". |
'raise'
|
Raises:
Type | Description |
---|---|
RuntimeError
|
File length do not match expected Number of Samples |
Returns:
Name | Type | Description |
---|---|---|
Dataset |
Dataset
|
Parsed Dataset |