python-workshop-ees405

Python Modules for Climate Data Analysis

This repository contains a collection of Python modules designed to facilitate the analysis and visualization of climate data. These modules are specifically tailored for working with spatial and temporal datasets, providing tools for plotting, trend analysis, and data manipulation within the domain of climate science.

Getting Started

conda install xarray dask matplotlib cartopy scipy numpy
pip install xarray dask matplotlib cartopy scipy numpy

You can also install via requirements.txt file

pip install -r requirements.txt
git clone https://github.com/yourusername/python-workshop-ees405.git
cd python-workshop-ees405

Interactive Notebook

We have provided a Jupyter notebook along with this repository that you can use to follow along with our modules. It’s a great way to learn and also experiment by trying out various codes.

To access the interactive version of the notebook, click on the binder badge below:

Binder

This will launch the notebook in a Binder environment, allowing you to execute and modify the code without needing to install anything on your local machine.

Modules Overview

The repository is organized into two main categories: spatial_plot_modules and temporal_plot_modules, each containing Python scripts tailored for specific types of climate data analysis.

Spatial Plot Modules

Usage

Each module is designed to be run as a standalone script. Here is an example of how to run the timeseries.py module:

python3 temporal_plot_modules/timeseries.py

Contributing

We welcome contributions to improve the modules or documentation. Please feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See LICENSE

Acknowledgments

Thanks to all the contributors who have helped in developing these modules.