File: examples.rst

package info (click to toggle)
python-xarray 0.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,568 kB
  • sloc: python: 60,570; makefile: 236; sh: 38
file content (29 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
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
Examples
========

.. toctree::
    :maxdepth: 1

    examples/weather-data
    examples/monthly-means
    examples/area_weighted_temperature
    examples/multidimensional-coords
    examples/visualization_gallery
    examples/ROMS_ocean_model
    examples/ERA5-GRIB-example

Using apply_ufunc
------------------
.. toctree::
    :maxdepth: 1

    examples/apply_ufunc_vectorize_1d

External Examples
-----------------
.. toctree::
    :maxdepth: 2

    Managing raster data with rioxarray <https://corteva.github.io/rioxarray/stable/examples/examples.html>
    Xarray with dask <https://examples.dask.org/xarray.html>
    Xarray and dask on the cloud with Pangeo <http://pangeo.io/use_cases/index.html#use-cases>