-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make catalog.py, config.py and io.py their own package #153
Comments
Or not... Compare to functions in miranda and assess who copies who and which ones should be merged. |
I still don't think it's a terrible idea to make these into a helper package. This is a pretty standard approach for libraries that produced by the same organization (e.g. https://github.com/roocs/roocs-utils). We wouldn't be the first to consider doing this either... |
Following our discussions last week and here, this issue can be closed.
The specific workflows (e.g. download ERA5, convert and validate, then move the files to the correct folder structure) will move to a private repo. |
It might be worthwhile to create a "project" under xscen and open issues in the affected repositories, associating them to the project. |
Issues are now listed on miranda side. Closing. |
Addressing a Problem?
These 3 scripts do a lot of useful things that go beyong
xscen
. They ould be moved to their own repo/package, and simply be imported byxscen
.Potential Solution
No response
Additional context
No response
Contribution
The text was updated successfully, but these errors were encountered: