Logo
0.12.3

Getting Started

  • Overview: Why xarray?
  • Frequently Asked Questions
  • Quick overview
  • Examples
    • Toy weather data
    • Calculating Seasonal Averages from Timeseries of Monthly Means
    • Working with Multidimensional Coordinates
    • Gallery
      • imshow() and map projections
      • Multiple lines from a 2d DataArray
      • Control the plot’s colorbar
      • Parsing rasterio’s geocoordinates
      • Centered colormaps
      • Multiple plots and map projections
  • Installation

User Guide

  • 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
  • API reference
  • xarray Internals
  • Development roadmap
  • Contributing to xarray
  • Xarray related projects
xarray
  • Docs »
  • Examples »
  • Gallery
  • View page source

Gallery¶

../_images/sphx_glr_plot_rasterio_rgb_thumb.png

imshow() and map projections¶

../_images/sphx_glr_plot_lines_from_2d_thumb.png

Multiple lines from a 2d DataArray¶

../_images/sphx_glr_plot_control_colorbar_thumb.png

Control the plot’s colorbar¶

../_images/sphx_glr_plot_rasterio_thumb.png

Parsing rasterio’s geocoordinates¶

../_images/sphx_glr_plot_colorbar_center_thumb.png

Centered colormaps¶

../_images/sphx_glr_plot_cartopy_facetgrid_thumb.png

Multiple plots and map projections¶

Download all examples in Python source code: auto_gallery_python.zip

Download all examples in Jupyter notebooks: auto_gallery_jupyter.zip

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2014-2019, xarray Developers Last updated on 2019-07-21.

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