Ingenjorsarbete-For-Klimatet / ifk-smhi

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

Consider using pydantic #99

Closed mgcth closed 2 months ago

mgcth commented 4 months ago

Description

We could use pydantic and return a data model/struct from the api calls. The bulk of data could still be in a pandas (or similar) object.