euroargodev / euroargodev/argopy

Interest for sensor related feature

Open
#529 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
229
Forks
52
Avg merge
1d 17h
Merged PRs (30d)
5

Description

It could be helpful to expert and operator to be able to work easily with everything related to sensors.

In particular it would be helpful to retrieve the list of floats equipped with a given sensor.

this could go like this:

```python
from argopy import ArgoSensor

# Return the list of sensors from reference table R27
ArgoSensor().list()

# Return all sensor names with 'SBE' string
ArgoSensor().search('SBE')

# Return list of WMOs equipped with a sensor having the 'RBR' string
ArgoSensor().read_wmo('RBR')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.