Tutorial to learn how to access and process Satellite Data using Python and JupyterLab in the Cloud
This tutorial aims to provide scientist who want to use satellite data with the necessary tools for obtaining, analyzing and visualizing these data using, and to so in the Cloud. Note: This in not a tutorial on Python per se - there are a myrriad of resources for that. The purpose of this tutorial is to learn, through examples, only the necessary Python code and tools required to work with satellite data. We want you to get your toes wet, get to see and use the power of Python, and then maybe you want to learn more. For that, we encourage you to visit the links on the Resources section at the end of each chapter.
This project, supported by the Better Scientific Software foundation, and originally by NASA, aims to increase accessibility of satellite data & cloud technologies to a broad scientific community through easy-to-follow Python tutorial.
This tutorials are developed to run on the Cloud and access satellite data on the Cloud as well (For this first release, data used is local or available online, the second release will include cloud data access).
To launch the tutorial:
- Click on the binder icon below. It will redirect you to an online version of the tutorial.
- It might some time to load the first time, but eventually you'll be promted with Jupyter environment, listinig the Chapters of this tutorial, on your web browser (See Chapter 2 for a brief guide on Jupyter Notebook).
- Double click on the Chapter you want to work on. It will open in a new tab.
- At the end of the session, quit the session (top right of the page).
- You can access the tutorial (repeating this same proceadure) as many times as you want.
This tutorial is divided in Chapters that provide the necessary tools as building blocks. These chapters are stand along, so can be skipped if you are familiar with the particular tool presented.
-
Introduction to Python for Earth Science: basic concepts about Python
-
Introduction to Jupyter Lab: How to use the web interface JupyterLab
-
Python Basics: Basic concepts and features of Python
4a. Python Tools: xarray, the library that makes satellite data analysis easy
4b. Plotting Tools: Python plotting libraries
The tutorials can also be cloned from this repository, and run locally on your computer (you would need access to the cloud). To get instructions of how to install Python, Jupyter Notebooks, clone the tutorials from Github, and to access the data on the cloud, see here.
Developed by: Marisol García-Reyes (marisolgr@faralloninstitute.org)
Modified from 'Python for Oceanographers' by: Chelle Gentemann and Marisol García-Reyes. Access: here.