GithubHelp home page GithubHelp logo

load-cds's Introduction

load-cds


Load data from Climate and Atmosphere Data Store


Set up APIs

Climate Data Store

https://cds.climate.copernicus.eu/api-how-to

Put keys in .cdsapi:

url: https://cds.climate.copernicus.eu/api/v2
key: {uid}:{api-key}

Atmosphere Data Store

https://ads.atmosphere.copernicus.eu/api-how-to

Put keys in .adsapi:

url: https://ads.atmosphere.copernicus.eu/api/v2
key: {uid}:{api-key}

Run

Specify requests in main.py and execute it. Add the specification csv file as a command line argument.

E.g. python main.py -f cities_info.csv

Install dependencies

Using pip

pip install -r requirements.txt

or using conda

conda install -c conda-forge --file requirements.txt

Data sources

  1. https://ads.atmosphere.copernicus.eu/cdsapp#!/dataset/cams-global-reanalysis-eac4?tab=form
  2. https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=form

Documentation

Variable explanations etc.

  1. https://confluence.ecmwf.int/display/CKB/CAMS%3A+Reanalysis+data+documentation
  2. https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.