Ingenjorsarbete-For-Klimatet / ifk-smhi

SMHI climate data client.
https://ingenjorsarbeteforklimatet.se/ifk-smhi/
MIT License
8 stars 1 forks source link

Feature/metobs data header parsing #57

Closed mgcth closed 1 year ago

mgcth commented 1 year ago

Description

Parse metobs header into a dictionary. Still, store the raw header string.

mgcth commented 1 year ago

The _parse_data function should probably be split into two, one for the header and another for the data. But maybe leave it like this for now?

mgcth commented 1 year ago

I fixed the split here.

docNord commented 1 year ago

Awesome!