pangaea-data-publisher / pangaeapy

PANGAEA Python Client
https://www.pangaea.de/
GNU General Public License v3.0
28 stars 18 forks source link

Method ID for parameters is not set #63

Closed nselke closed 6 months ago

nselke commented 6 months ago

The methodid attribute of the PanParam class is not set.

Example:

from pangaeapy import PanDataSet

ds = PanDataSet(902676, include_data=False)
for name, param in ds.params.items():
    print(f"{name}: {param.methodid}")

---

Date/Time: None
Temp: None
Cond: None
Press: None
Sal: None
SV: None