Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1.66 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.66 KB

Tables

⚠️ This repository is about to be archived and should not be updated anymore. Please also see the notes further down.

This repository contains machine readable cordex tables with data and meta information. To read one of the tables, e.g., into python, you can simply use the public raw adress, e.g.:

import pandas as pd
url = "https://raw.githubusercontent.com/euro-cordex/tables/master/domains/cordex.csv"
table = pd.read_csv(url)

Data Request

⚠️ The new CORDEX-CMIP6 data request is now available here.

A table with some meta information about the Cordex data request. It's an attempt to clean up and convert the variable list into a machine readable format.

Domains

⚠️ The domain tables for py-cordex are now downloaded from here. All domain definitions have now been merged into one table.

Contains tables with cordex domains and definitions in rotated coordinates. The data is mostly based on the Cordex archive specifications.

Regions

⚠️ Prudence regions are now available from regionmask. It is recommended to use those.

This directory contains some data to work with sub-regions of Cordex domains. Right now, we have only collected the following:

  • Prudence regions (official resource missing)