From b7a7bc52eeaad4e3e6550abfd50f99438203b033 Mon Sep 17 00:00:00 2001
From: Carsten Hinz <c.hinz@fz-juelich.de>
Date: Tue, 14 May 2024 14:45:35 +0200
Subject: [PATCH] worked on documentation

---
 tests/produce_data_manyStations.ipynb | 35 ++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 6 deletions(-)

diff --git a/tests/produce_data_manyStations.ipynb b/tests/produce_data_manyStations.ipynb
index ead5508..1a1f263 100644
--- a/tests/produce_data_manyStations.ipynb
+++ b/tests/produce_data_manyStations.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -18,9 +18,20 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 2,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<toargridding.grids.RegularGrid at 0x7f07ec2acb50>"
+      ]
+     },
+     "execution_count": 2,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
     "#creation of request.\n",
     "\n",
@@ -44,11 +55,23 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 3,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Performing request to TOAR DB\n",
+      "load status endpoint from cache\n",
+      "try: 1, wait_time: 300\n",
+      "try: 2, wait_time: 300\n",
+      "try: 3, wait_time: 300\n"
+     ]
+    }
+   ],
    "source": [
-    "#CAVE: this cell runs about 30minutes per requested year\n",
+    "#CAVE: the request takes over 30minutes per requested year. Therefore this cell needs to be executed at different times to check, if the results are ready for download.\n",
     "#the processing is done on the server of the TOAR database.\n",
     "#a restart of the cell continues the request to the REST API if the requested data are ready for download\n",
     "# The download can also take a few minutes\n",
-- 
GitLab