All Projects → chadagreene → CDT

chadagreene / CDT

Licence: Apache-2.0 license
The Climate Data Toolbox for MATLAB

Programming Languages

HTML
75241 projects
matlab
3953 projects

Projects that are alternatives of or similar to CDT

pylandtemp
Algorithms for computing global land surface temperature and emissivity from NASA's Landsat satellite images with Python.
Stars: ✭ 110 (+3.77%)
Mutual labels:  climate, earth-science
psyplot
Python package for interactive data visualization
Stars: ✭ 64 (-39.62%)
Mutual labels:  climate, earth-science
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+6.6%)
Mutual labels:  climate
climateconnect
The global climate action web platform. 🌏
Stars: ✭ 45 (-57.55%)
Mutual labels:  climate
home-assistant-frigidaire
Custom component for the Frigidaire integration
Stars: ✭ 11 (-89.62%)
Mutual labels:  climate
Climate-Change-Datasets
Here is a list of Climate Change Public Datasets 🌦🌪🌫🌀💧🌊
Stars: ✭ 115 (+8.49%)
Mutual labels:  climate
pcmdi metrics
Self contained packages to run PCMDI Metrics
Stars: ✭ 44 (-58.49%)
Mutual labels:  climate
climate
The R climate package: an interface for downloading in-situ meteorological (and hydrological) dataset
Stars: ✭ 51 (-51.89%)
Mutual labels:  climate
HyRiver
A Python software stack for retrieving hydroclimate data from web services.
Stars: ✭ 68 (-35.85%)
Mutual labels:  climate
badlands-companion
Badlands pre & post-processing
Stars: ✭ 14 (-86.79%)
Mutual labels:  climate
esphome-panasonic-ac
Open source alternative for Panasonic air condition wifi adapters that works locally without the Comfort Cloud
Stars: ✭ 109 (+2.83%)
Mutual labels:  climate
xbpch
xarray interface for bpch files
Stars: ✭ 17 (-83.96%)
Mutual labels:  climate
climateR
An R 📦 for getting point and gridded climate data by AOI
Stars: ✭ 93 (-12.26%)
Mutual labels:  climate
nosgestesclimat
Estimez votre empreinte climat - le modèle de calcul
Stars: ✭ 79 (-25.47%)
Mutual labels:  climate
ClimateChangeProjections
An embeddable map that shows climate change projections. How hot will it be by 2070 if we don't do something about it? Accessible at https://climatechange.codeforafrica.org
Stars: ✭ 29 (-72.64%)
Mutual labels:  climate
MqttIrext
该仓库目的是作出基于ESP利用MQTT通信、IRext开源库实现万能红外遥控
Stars: ✭ 31 (-70.75%)
Mutual labels:  climate
ClimateVegetationDynamics GrangerCausality
Source code for the publications on "a non-linear Granger-causality framework to investigate climate–vegetation dynamics", by Papagiannopoulou et al., GMD & ERL 2017
Stars: ✭ 16 (-84.91%)
Mutual labels:  climate
patch-ruby
Patch's Ruby client library - https://www.patch.io
Stars: ✭ 50 (-52.83%)
Mutual labels:  climate
badlands-workshop
Badlands workshop & examples
Stars: ✭ 15 (-85.85%)
Mutual labels:  climate
GFDL atmos cubed sphere
The GFDL atmos_cubed_sphere dynamical core code
Stars: ✭ 34 (-67.92%)
Mutual labels:  climate

DOI View Climate Data Toolbox for MATLAB on File Exchange

Climate Data Toolbox for Matlab

CDT Contents and Documentation

Click here to view the CDT documentation online.

A version of the documentation in Chinese can be found here, translated by Shi Weiheng. 中文文档由Shi Weiheng翻译。CDT 中文翻译.pdf

Video Tutorials

Analyzing Trends and Global Warming:

How to analyze trends in sea surface temperature using CDT

El Niño and Empirical Orthogonal Functions:

How to apply EOFs to identify ENSO

Installing the toolbox:

There are a few different ways to install this toolbox. Pick your favorite among the following:

...from the Add-On Explorer in MATLAB:

In the Home menu of MATLAB, click Add-Ons, and search for Climate Data Toolbox. Click "Add from GitHub" and that's all you need to do. Installing this way is easy and will provide the most up-to-date version available.

...or as individual files and folders:

The files in this GitHub repository will always be the most up to date. So if you want to be on the bleeding edge of innovation, get the cdt folder, put it somewhere Matlab can find it, and then right-click on it from within Matlab and select "Add to Path--Selected folder and subfolders."

...as a .mltbx toolbox:

Installing as an .mltbx is perhaps the easiest option, but I don't update the .mltbx very often, so you might not get the latest features and bug fixes.

First, download the ~100 MB .mltbx file here. After downloading the .mltbx file, installation should be as easy as double clicking on the zip file and clicking "install". Or you can navigate to it in the Matlab file explorer, right click on the .mltbx, and click "Install."

The installation process puts the files in a folder called something like:

~MATLAB/Add-Ons/Toolboxes/Climate Data Toolbox/

If that's not correct, find the CDT folder by typing this into the Matlab Command Window:

which cdt -all

If the which hunt still turns up nothing, that suggests the toolbox hasn't been properly installed.

After installation:

Type

cdt

into the command line to check out the documentation.

Citing CDT:

Please cite our paper!

Chad A. Greene, Kaustubh Thirumalai, Kelly A. Kearney, José Miguel Delgado, Wolfgang Schwanghart, Natalie S. Wolfenbarger, Kristen M. Thyng, David E. Gwyther, Alex S. Gardner, and Donald D. Blankenship (2019). The Climate Data Toolbox for MATLAB. Geochemistry, Geophysics, Geosystems, 20, 3774-3781. doi:10.1029/2019GC008392

The Climate Data Toolbox is also mirrored on the MathWorks File Exchange site here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].