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

cordex tables with data and meta information

Notifications You must be signed in to change notification settings

euro-cordex/tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

cordex tables with data and meta information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published