/Australian-Open-Radar-Tutorial

Py-ART tutorial for the Australian radar workshop (2016)

Primary LanguageJupyter NotebookBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Australian Open Radar Tutorial

Welcome to the tutorial on Open Source Radar Software

This living repository was adapted from the 37th conference on Radar Meteorology

Pre-course install instructions

Prior to the course it would be extremely helpful if all attenders could install Anaconda and Py-ART using the following steps.

  1. Download and install Anaconda from Continuum Analytics using the instructions on the site, http://continuum.io/downloads. Add Anaconda to your path if/when asked.

  2. Open a terminal or command prompt and install basemap and netcdf using the command:

    conda install basemap netcdf4 boto
    

    Answer yes to any prompts.

  3. In the same terminal or command prompt install Py-ART using the command:

    conda install -c conda-forge arm_pyart
    

    Answer yes to any prompts.

  4. In the same terminal or command prompt install owslib using the command:

    conda install -c conda-forge owslib
    

    Answer yes to any prompts.

Contents

Course Outline

Welcome Slides

Intro to Python

Basic Py-ART

Dealiasing and Gridding using Py-ART

Py-ART Applications