From 9f55136f62825d6c6c044477062d7176bee915d1 Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Mon, 13 May 2024 16:44:21 +0200 Subject: [PATCH] continued testing of downloading of data. --- tests/produce_data.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/produce_data.ipynb b/tests/produce_data.ipynb index 2490469..46b4048 100644 --- a/tests/produce_data.ipynb +++ b/tests/produce_data.ipynb @@ -32,7 +32,7 @@ "\n", "details4Query ={\n", " #\"toar1_category\" : \"Urban\" #uncomment if wished:-)\n", - " #\"toar1_category\" : \"RuralLowElevation\" #uncomment if wished:-)\n", + " \"toar1_category\" : \"RuralLowElevation\" #uncomment if wished:-)\n", " #\"toar1_category\" : \"RuralHighElevation\" #uncomment if wished:-)\n", "}\n", "\n", @@ -41,7 +41,8 @@ " TimeSample( start=dt(2000,1,1), end=dt(2019,12,31), sampling=\"daily\"),#possibly adopt range:-)\n", " [\"mole_fraction_of_ozone_in_air\"],#variable name\n", " #[ \"mean\", \"dma8epax\"],# will start one request after another other...\n", - " [ \"dma8epax\", \"mean\" ],# will start one request after another other...\n", + " #[ \"dma8epax\", \"mean\" ],# will start one request after another other...\n", + " [ \"mean\" ],\n", " details4Query\n", ")\n", "\n", -- GitLab