diff --git a/tests/produce_data_manyStations.ipynb b/tests/produce_data_manyStations.ipynb index ead550835ab65f1ca9b860f88dd96d3109feaea3..1a1f263ae2a62aa619c9b87b33d8175c7ee1c785 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",