We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
source_names
In rare cases, we may want to get the same FBA but from different years in a single FBS.
source_names: FBA: year: 2018 activity_sets: ... FBA: year: 2019 # These datasets last appear in 2019 activity_sets: ...
However we can't use a duplicate key under source_names
The text was updated successfully, but these errors were encountered:
The following can solve this:
source_names: FBA_1: source_name: FBA year: 2018 activity_sets: ... FBA_2: source_name: FBA year: 2019 # These datasets last appear in 2019 activity_sets: ...
With a new optional parameter source_name which when present will replace the key for obtaining the FBA.
source_name
Sorry, something went wrong.
allow source_name parameter in FBS to avoid duplicate keys resolves #…
799ab99
…413
add 2017-2022 minerals FBS, example of #413
d50c3dd
No branches or pull requests
In rare cases, we may want to get the same FBA but from different years in a single FBS.
However we can't use a duplicate key under
source_names
The text was updated successfully, but these errors were encountered: