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

Find out which indicator should use deep merge #5

Open
semio opened this issue Aug 25, 2016 · 0 comments
Open

Find out which indicator should use deep merge #5

semio opened this issue Aug 25, 2016 · 0 comments

Comments

@semio
Copy link
Owner

semio commented Aug 25, 2016

The SG dataset is created by merging new data into the old GW dataset. But some of the indicators may not be appropriate to deep merge with the old data(keep the union of datapoints in both old and new), because the new data may have different collecting/calculating method.

For example an indicator calculated with 2011 usd is not good to deep merge with updated version calculated with 2016 usd. We should overwrite the 2011 version with 2016 version in this case.

need to find out which ones should use deep merge and update recipes

semio pushed a commit that referenced this issue Sep 26, 2016
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

1 participant