You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the code below I can get the measurement station properties and the table for mast, lidar, floating_lidar and sodar stations but NOT for solar stations. The outputs of .properties and .get_table are an empty list and None.
Describe the bug
When running the code below I can get the measurement station properties and the table for mast, lidar, floating_lidar and sodar stations but NOT for solar stations. The outputs of .properties and .get_table are an empty list and None.
This is because the
_MeasurementStation__get_properties
function used is not working for solar stations.Expected behavior
The
_MeasurementStation__get_properties
function should be updated to work also for solar stations.The text was updated successfully, but these errors were encountered: