hubverse-org / hubverse-transform

Data transform functions for hubverse model-output files
MIT License
0 stars 0 forks source link

First set of changes for HubConfig object #21

Closed bsweger closed 1 week ago

bsweger commented 1 week ago

This is the first in a series of PRs to add a new feature to hubverse-transform: inferring a hub's schema and using it when reading individual model-output files.

This can be reviewed commit-by-commit. The substantive change is adding a new HubConfig object that will eventually be used by ModelOutputHandler when reading data. This first bit of functionality reads a hub's admin and tasks config files.