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
Download the list of valid facets from ESGF to a local table.
This would allow facets to be validated for all projects, including CORDEX etc.
It would also allow use of SQL wildcards to select multiple projects, e.g. model='ACCESS%'
Requires:
esgf_facet
key
value
The text was updated successfully, but these errors were encountered:
In a way we have the first "dot" not as database table but as json files. What's still missing is the point 2 and 3
Sorry, something went wrong.
There is now a function in cordex.py get_esgf_facets(project) to retrieve the facets and values. Will need to review this when cordex release is done
We reverted to previous behaviour just getting the facets from json file. Will have to review this later on
ScottWales
No branches or pull requests
Download the list of valid facets from ESGF to a local table.
This would allow facets to be validated for all projects, including CORDEX etc.
It would also allow use of SQL wildcards to select multiple projects, e.g. model='ACCESS%'
Requires:
esgf_facet
with columnskey
,value
The text was updated successfully, but these errors were encountered: