8000 GitHub - sanmormig/Finse_data_analysis: This repository is an introduction to data analysis on climate data with python created for FINSE Winter school from 20/03/2022 to 26/03/2022.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository is an introduction to data analysis on climate data with python created for FINSE Winter school from 20/03/2022 to 26/03/2022.

Notifications You must be signed in to change notification settings

sanmormig/Finse_data_analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finse_data_analysis

This repository is prepared for FINSE Winter school from 20/03/2022 to 26/03/2022. It is an introduction to climate data analysis with python.

Prerequisite

Due to a large diversity of student background, we do not assume any previous experiences of students on these materials. But as it is hard to cover every details, we expect some extra reading if you are unfamiliar with some tools. One of the best places to start with a tool is normally its official website and the quick start tutorial there.

Downloading this Github repository

While you can use GitHub to clone this repository, if you are not comfortable using git yet you can download this repository as a ZIP file from the top right "Code" dropdown menu button. Create a new folder called "finse_school" and then unzip the file, this is also where you will save the data folder from the google drive link you were provided. The final file structure will be ./finse_school/Finse_data_analysis and ./finse_school/data

If you wish to use git the instructions are detailed below. To use GitHub on your computer, you need git installed. To clone a Git repository to the folder 'finse_school', you need to change the currrent working directory to 'finse_school' using 'cd' ('pushd' on Windows) and then use 'git clone' + the URL of the repository in a terminal. Note the command started with a dollar sign is to be issued in a terminal.

$ cd your_path_to_the_folder_finse_school
$ git clone https://github.com/l975421700/Finse_data_analysis

For addtional preparation before the school, please go through the files in the folder 'preparation' in this repository.

  1. python environment management with miniconda.ipynb
  2. Introduction to map plot with JupyterLab.ipynb
  3. Introduction to data analysis with JupyterLab.ipynb
  4. Data analysis with JupyterLab.ipynb

If you find the tutorial hard to follow. Please let us know (Qinggang Gao qino@bas.ac.uk). We always welcome your feedback on these materials.

About

This repository is an introduction to data analysis on climate data with python created for FINSE Winter school from 20/03/2022 to 26/03/2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%
0