From 52e5e336acb862393d3d991064ec7a4acd9e6885 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Mon, 24 Jun 2024 18:02:14 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 97ae4cb..ec7f12d 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ Features You can use this package, e.g., to easily access CORDEX grid definitions: .. code-block:: python + import cordex as cx cx.domain("EUR-11") @@ -43,6 +44,7 @@ to create an xarray Dataset: and make a quick plot using the accessor: .. code-block:: python + cx.domain("EUR-11").cx.plot() .. image:: https://raw.githubusercontent.com/euro-cordex/py-cordex/main/docs/eur-11.png