1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Gallery
=======
Here's a list of examples on how to use xarray. We will be adding more examples soon.
Contributions are highly welcomed and appreciated. So, if you are interested in contributing, please consult the
:ref:`contributing` guide.
Notebook Examples
-----------------
.. include:: notebooks-examples-gallery.txt
.. toctree::
:maxdepth: 1
:hidden:
examples/weather-data
examples/monthly-means
examples/area_weighted_temperature
examples/multidimensional-coords
examples/visualization_gallery
examples/ROMS_ocean_model
examples/ERA5-GRIB-example
examples/apply_ufunc_vectorize_1d
examples/blank_template
External Examples
-----------------
.. include:: external-examples-gallery.txt
|