From 4fcf7b20b7af26956293c42098760ee8e290c4e2 Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Tue, 21 May 2024 13:45:30 +0200 Subject: [PATCH] added info on output of get_sample_data notebooks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34db199..031c944 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ Therefore, this example is restricted to the calculation of "dma8epax". ``` tests/get_sample_data.ipynb ``` -Downloads data from the TOAR database. The extracted data are written to disc. No further processing or gridding is done. +Downloads data from the TOAR database. The extracted data are written to disc. No further processing or gridding is done. +The result is a ZIP-file containing two CSV files. The first one contains the time series and the second one the coordinates of the stations. ## Retrieving data ``` @@ -113,6 +114,7 @@ tests/get_sample_data_manual.ipynb Downloads data from the TOAR database with a manual creation of the request to the TOAR database. As an example for addition parameters, the "toar1_category" is passed to the metadata object. This example does not perform any gridding. +The result is a ZIP-file containing two CSV files. The first one contains the time series and the second one the coordinates of the stations. ## Retrieving data and visualization ``` -- GitLab