Closed docNord closed 10 months ago
For parameter 2, these columns are returned
Index(['Datum Tid (UTC)', 'Till Datum Tid (UTC)', 'Representativt dygn'], dtype='object')
For parameter 1, API returns these columns
Index(['Datum', 'Tid (UTC)', 'Lufttemperatur'], dtype='object')
We should have tests for all parameter types.
We could add a test for each parameter type
And really, we should probably test the other APIs for different parameters (or throw an exception if we haven't tested it). Something you want to do @docNord? Adding tests shoudl be easy and just update the code as needed at
It seems MetObs is having trouble parsing data returned for parameter 2 (and possibly other?). We should explore why and adapt the code to allow reading all signals.