User Guide

Work in Progress

The user guide is incomplete. For the full list of packages and modules provided by ERLabPy, see API Reference.

Introduction

Welcome to the ERLabPy user guide! This guide provides an overview of ERLabPy and its core features.

If you are new to programming with python, Scientific Python Lectures is a great place to start.

Data structures in ERLabPy are represented using xarray[1], which provides a powerful data structure for working with multi-dimensional arrays. Visit the xarray tutorial and the xarray user guide to get familiar with xarray.

Further reading