.. uccda01 documentation master file, created by sphinx-quickstart on Sun Sep 12 13:19:17 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to WeClimate-py! ======================== Python for Weather & Climate data analysis ------------------------------------------ .. image:: SRC/station.png :width: 300 .. image:: SRC/weather_station_map.png :width: 350 What is Weather/Climate data analysis? -------------------------------------- This page introduces the basic Python programming for reading, creating, and drawing meteorological station data. .. toctree:: :maxdepth: 2 :caption: Get Started - Initial Setup course-setup/setup_python .. toctree:: :maxdepth: 2 :caption: Lesson 1 - Data IO lesson/L1/dataformat lesson/L1/read_hourly.v02 lesson/L1/merge .. toctree:: :maxdepth: 2 :caption: Lesson 2 - Data management lesson/L2/time_convertMT lesson/L2/data_merge .. toctree:: :maxdepth: 2 :caption: Lesson 3 - QC/QA lesson/L3/data_QC .. image:: lesson/L3/images/qc.jpg :width: 500 .. toctree:: :maxdepth: 2 :caption: Lesson 4 - Analysis lesson/L4/analysis_hourly lesson/L4/analysis_max .. toctree:: :maxdepth: 2 :caption: Lesson 5 - Visualization lesson/L5/plots lesson/L5/visualization_tips lesson/L5/maps lesson/L5/maps.pygmt Garelly ------- This gallery is a sample of some visualizations presented in the sample programs with Python Matplotlib on this page. Time series (`blue time-series plot `__, `daily maximum plots for 5 years `__) .. image:: images/beaver.png :width: 300 .. image:: images/TAIR1.beaver.png :width: 300 Map Projection with `Cartopy `__ (left) and `PyGMT `__ (right) package. .. image:: images/TAIR.map.png :width: 300 .. image:: images/TAIR.pygmt.gif :width: 300