From 9dc25edd56327ee889830b2348a76725a076eef5 Mon Sep 17 00:00:00 2001 From: Alberto Torres Date: Thu, 18 Feb 2021 10:07:33 +0100 Subject: [PATCH] fix tipo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f697ade..f7235c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Note -There is now a probably easier way to download this kind of data using `xarray`. There are examples downloading and ploting variables in the folder `notebook`. It wouldn't be hard to create an script similar to `get_gfs.py` with this code instead, or to adapt the existing one. There is now an example, `xarray_example.py`, thanks to @heyerbobby). The old scripts using `pydap` SHOULD still work. +There is now a probably easier way to download this kind of data using `xarray`. There are examples downloading and ploting variables in the folder `notebook`. It wouldn't be hard to create an script similar to `get_gfs.py` with this code instead, or to adapt the existing one. There is now an example, `xarray_example.py`, thanks to @heyerbobby. The old scripts using `pydap` SHOULD still work. ## Installation