-
Notifications
You must be signed in to change notification settings - Fork 17
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
Synchronize contributions from real-time-cloud project with cloud-metadata if-plugin #83
Comments
Hi @adrianco - thanks for raising the issue - we'd love to see the cloud-metadata plugin updated to use your much richer dataset. Today we provide Our current implementation uses a locally stored copy of an old version of your dataset. It's not very efficient for you and IF to both maintain copies of the dataset. It seems likely that they will fall out of sync again some time after this initial upgrade is done. It makes sense for yours to be the source of truth as you do the work on sourcing and verifying the data. Maybe one option is for us to develop the plugin with you for this initial upgrade and then hand over ownership of the plugin to RTC altogether, migrating it into an RTC repository? This is the model we are using for other groups that have some tight relationship with a specific plugin - ultimately the core IF library will only contain the most generic, all-purpose builtin features and everything else will be community-owned and maintained. Here's a proposal for how this could happen:
Of course, you could still reach out to us for collaboration or support in maintaining the plugin where necessary, but it frees you to do the small updates to the plugin required when you change your data without relying on IF team availability. What do you think of this idea? |
Thanks @adrianco and @jmcook1186, So I propose this approach.
We can discuss how best to implement lookup but I think the logic is really generic enough (lookup values from a CSV file) that I think it might be quite easy to define.
The current As the RTC team generates useful datasets as CSV files in the future, we can easily expose them to people who are computing emissions using the lookup plugin without the need to write more code. How does that sound @adrianco and @jmcook1186? |
The real-time-cloud project has been developing a table of values for cloud provider region information, and working towards an IF implementation.
In the meantime, an early version of the table, with outdated headers and missing data was copied into cloud-metadata as gsf-data.csv and was updated to include geolocation information, and some newer data.
We now want to contribute a final version of the table and have to merge the updates, need to discuss this jointly between the real-time-cloud team and the if-plugin cloud-metadata contributors so that we don't stomp on each others work.
The text was updated successfully, but these errors were encountered: