Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregations should store version information on the alias list #25

Open
afmagee42 opened this issue Nov 21, 2024 · 2 comments
Open

Aggregations should store version information on the alias list #25

afmagee42 opened this issue Nov 21, 2024 · 2 comments

Comments

@afmagee42
Copy link
Collaborator

Per conversation with some folks at CDPHE, an aggregation depends on the exact alias map that went into it. We ought to find a way to store this information usefully.

In-python, it should be an attribute of Aggregation. Outside of that... Does this mean we should institute a special save/read convention or format? Perhaps all we need is Aggregation.write(), which makes a json with the highest levels being (1) the mapping (current output of Aggregation.to_str(), and (2) the version info?

@afmagee42
Copy link
Collaborator Author

cc @swo re: file formats

@swo
Copy link
Collaborator

swo commented Nov 21, 2024

json seems good! these aren't big files, and json is a good standard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants