For users
Getting Started
Overview: Why xarray?
Installation
Quick overview
Frequently Asked Questions
User Guide
Terminology
Data Structures
Indexing and selecting data
Interpolating data
Computation
GroupBy: Group and Bin Data
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
Configuration
Testing your code
Working with numpy-like arrays
Gallery
Toy weather data
Calculating Seasonal Averages from Time Series of Monthly Means
Compare weighted and unweighted mean temperature
Working with Multidimensional Coordinates
Visualization Gallery
ROMS Ocean Model Example
GRIB Data Example
Applying unvectorized functions with
apply_ufunc
Blank template
Tutorials & Videos
API Reference
How do I ...
Ecosystem
For developers/contributors
Contributing Guide
Xarray Internals
Internal Design
Interoperability of Xarray
Integrating with duck arrays
Alternative chunked array types
Extending xarray using accessors
How to add a new backend
How to create a custom index
Zarr Encoding Specification
Development Roadmap
Team
Developers Meeting
What’s New
GitHub repository
Community
GitHub discussions
StackOverflow
repository
open issue
Index
A
|
B
|
C
|
D
|
F
|
I
|
L
|
M
|
N
|
R
|
S
|
U
|
V
|
X
A
Aligning
apply_gufunc() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
array_api (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint property)
array_cls (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint attribute)
B
blockwise() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
Broadcasting
C
ChunkManagerEntrypoint (class in xarray.namedarray.parallelcompat)
chunks() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
Combining
compute() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
Concatenating
Coordinate
D
DataArray
Dataset
Dimension
Dimension coordinate
duck array
F
from_array() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
I
Index
Indexed coordinate
indexing
is_chunked_array() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
L
labeled
lazy
list_chunkmanagers() (in module xarray.namedarray.parallelcompat)
M
map_blocks() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
Merging
module
xarray
N
name
Non-dimension coordinate
Non-indexed coordinate
normalize_chunks() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
R
rechunk() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
reduction() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
S
scalar
scan() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
serialization
store() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
U
unify_chunks() (xarray.namedarray.parallelcompat.ChunkManagerEntrypoint method)
V
Variable
X
xarray
module