cordex.domain_info#
- domain_info(domain_id, tables=None)[source]#
Returns a dictionary containg the domain grid definitions.
Returns a dictionary with grid information according to the Cordex archive specifications.
See https://is-enes-data.github.io/cordex_archive_specifications.pdf
- Parameters:
domain_id (str) – Cordex domain identifier.
tables (dataframe or list of dataframes, optional) – Tables from which to look up the grid information. Index in the table should be the short name of the domain, e.g., EUR-11. If not provided, the bundled
domains.csvtable is used.
- Returns:
domain info (dict) – Dictionary containing the grid information.