From d1bfa247a8f3e942f37f92ed1ecacc13220fa8c8 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Thu, 13 Feb 2020 15:27:41 +0100 Subject: [PATCH] added ECMWF license for ECMWF python routine 'products' --- Source/Python/Mods/tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Python/Mods/tools.py b/Source/Python/Mods/tools.py index 32c865c..7888926 100644 --- a/Source/Python/Mods/tools.py +++ b/Source/Python/Mods/tools.py @@ -417,6 +417,9 @@ def product(*args, **kwds): This method is taken from an example at the ECMWF wiki website. https://software.ecmwf.int/wiki/display/GRIB/index.py; 2018-03-16 + It was released under the following license: + https://confluence.ecmwf.int/display/ECC/License + Example ------- product('ABCD', 'xy') --> Ax Ay Bx By Cx Cy Dx Dy -- GitLab