Logo
0.16.1

Getting Started

  • Overview: Why xarray?
  • Frequently Asked Questions
  • Quick overview
  • Examples
    • Toy weather data
    • Calculating Seasonal Averages from Timeseries of Monthly Means
    • Compare weighted and unweighted mean temperature
    • Working with Multidimensional Coordinates
    • Visualization Gallery
    • ROMS Ocean Model Example
    • GRIB Data Example
    • Using apply_ufunc
      • Applying unvectorized functions with apply_ufunc
    • External Examples
      • Managing raster data with rioxarray
      • Xarray with dask
      • Xarray and dask on the cloud with Pangeo
  • Installation

User Guide

  • Terminology
  • Data Structures
  • Indexing and selecting data
  • Interpolating data
  • Computation
  • GroupBy: split-apply-combine
  • Reshaping and reorganizing data
  • Combining data
  • Time series data
  • Weather and climate data
  • Working with pandas
  • Reading and writing files
  • Parallel computing with Dask
  • Plotting

Help & reference

  • What’s New
  • How do I …
  • API reference
  • xarray Internals
  • Development roadmap
  • Contributing to xarray
  • Xarray related projects
xarray
  • »
  • Examples
  • View page source

Examples¶

  • Toy weather data
  • Calculating Seasonal Averages from Timeseries of Monthly Means
  • Compare weighted and unweighted mean temperature
  • Working with Multidimensional Coordinates
  • Visualization Gallery
  • ROMS Ocean Model Example
  • GRIB Data Example

Using apply_ufunc¶

  • Applying unvectorized functions with apply_ufunc

External Examples¶

  • Managing raster data with rioxarray
  • Xarray with dask
  • Xarray and dask on the cloud with Pangeo
Next Previous

© Copyright 2014-2020, xarray Developers Last updated on 2020-09-22.

Built with Sphinx using a theme provided by Read the Docs.